Sammlung aller Informationen zum Thema Übersetzungen und Handhabung auf dem Testserver.. (hübsch gemacht und sortiert wird's später.. )
Dokumentationen:
Symfony-Doku: https://symfony.com/doc/current/translation.html
Befehle
Anzeigen der Hilfe zum Symfony-Übersetzungstool:
./psh.phar docker:ssh cd htdocs_symfony/ php bin/console translation:update --help
Auflistung der zur Übersetzung anstehenden Textstellen:
php bin/console translation:update --dump-messages --output-format=yml --env=DEV en
Markierung der zu übersetzenden Textstellen in Twigtemplates:
{% trans %}Hier steht der Text{% endtrans %}