I have enabled Drupal Translate on a Drupal 10 install. If in my page.html.twig file I add something like
{{ 'Goodbye again'|trans }}
it will show up in the User Interface Translation page as
ie. with no translation. I thus have to find the translation elsewhere then enter it here. It feels like an inefficient way to have strings translated!
I also have Auto Translation enabled with the Google Translation API.
Is there a way of not having to enter it manually, and have Google automatically translate it?