|
| Language Translations |
|
|
|
Translation Files Translations of the RocketDMS programs can be done by anyone using the Gettext system. Download and install the GNU Gettext utilities. Download the latest version of the RocketDMS language template file : rocketdms.pot Derive your language .po file from the template like this: Where {locale} is your locale code language_country, eg. en_EN (English in England), fr_CN (French in Canada), de_DE (German in Germany), etc. For example : msginit --locale=fr_FR --input=rocketdms.pot will produce a language file called fr.po . It is this language file that you will edit for your translation. Editing TranslationsOpen and edit the .po file with chosen translation tool. The one that we use is Poedit .
Installing TranslationsCompile your .po file into a binary .mo file that RocketDMS can use : For exmaple: msgfmt --output-file=rocketdms.mo fr.po will produce a .mo file called rocketdms.mo . Copy to .mo file into the locale folder. For standard installations it will be somewhere like :
Where {language} is your 2-letter language code and {country} is your 2-letter country code. For example :
Selecting a Translation in RocketDMSConfiguration Program -> RocketDMS tab -> Preferences sub-tab -> Language button. Restart all programs.
|
| Last Updated on Sunday, 05 December 2010 06:21 |