Translations
Translations stored in apps\frontend\i18n\ folder. If you want to add your translation you have to do the same things as for other translation.
Quick example to add new translation (for example in French):
1. First you have to know culture code. There is file list_of_culture_codes.xls in ‘doc’ folder where you can find code for your translation. In our example it’s fr_FR.
2. Create folder ‘fr’ in apps\frontend\i18n\
3. Copy messages.xml from other translation in apps\frontend\i18n\fr
4. Add translation
5. Add culture code in apps\frontend\config\cultures.yml and after add culture code you can select you translation on ‘my account’ or user page.
messages.xml example
<trans-unit id="1">
<source>Home</source>
<target>Главная</target>
</trans-unit>
you have to put your translation in <target> tag.
If you like to publish your translation, just contact me
