Closed
Description
Right now the application defines just four translations keys. See:
https://github.com/symfony/symfony-demo/blob/master/app/Resources/translations/messages.en.xliff
We did this to have just a simple example of how to translate application interfaces using Symfony. I propose the following:
- Extract all the strings from the public interface and add them to the
messages.en.xliff
file - Move all the backend related strings to the
admin.en.xliff
file to show an example of using translation catalogues - Once these tasks are finished, ask the community to contribute translations.
What do you think?