Default Translations
By default qdPM have English and Russian translations
You can find extra translation in our forum
MAKE NEW TRANSLATION FOR QDPM AND GET EXTENDED VERSION FOR FREE!
All people who provide new translation for free qdPM version can get qdPM Extended for free
How to add new translation?
Download messages.xml
xml file have next format
<trans-unit id="1">
<source>Home</source>
<target></target>
</trans-unit>
You have to put your translation in <target> tag.
For example Russian translation will have next format
<trans-unit id="1">
<source>Home</source>
<target>Главная</target>
</trans-unit>
You can publish your tranlsation in our forum
If you made new translation, please contact us and we will give you instructions how to get qdPM Extended for free
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 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 in apps\frontend\i18n\fr
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.