Default Translations
By default qdPM Extended have English and Russian translations
Extra Translations
List of extra translations
To install new translation just unpack archive to 'core/apps/qdPMExtended/i18n/' folder
Did not find your translation?
Please contact us to request new translation.
How to upgrade translation?
Translations stored in 'core/apps/qdPMExtended/i18n/'
Just find messages.xml for your language and update it.
How create new translation?
Download messages.zip. In archive you can find 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>
Once translation is ready you have to create folder in core/apps/qdPMExtended/i18n/ for your langeage.
There is file list_of_culture_codes.xls where you can find code for your translation.
Once folder is created copy messages.xml there. |