Information
License: Commercial License
Development Mode: Open Source
User Interface: Web-based
Technologies: PHP, MySQL
Translations: English, Russian more...

Translations

Default Translations

By default qdPM Extended comes with both English and Russian translations. 

Extra Translations

List of extra translations

*** New

To install new translation just unpack archive to 'core/apps/qdPMExtended/i18n/' folder

Want another translation?

Please contact us to request new translation.

Done your own transation?

Please send it to us so we can share it with the whole qdPM community.

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.

NOTE:  The administrator account does not see the translation.  You need to set the application default language and then create a new user to see the translation.  Users can choose their own language if there is a choice. 



Copyright © 2010 - 2024 qdPM Extended - Open Source Project Management
Site developed by ozEworks, Inc.