This repository was archived by the owner on Dec 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Localization
hggh edited this page Sep 14, 2010
·
1 revision
If you want to use the translation, you have to compile the existing po-files to machine readable files.
You can do that by running:
msgfmt -o cpves.mo cpves.po
You must have gettext installed. Within Debian do apt-get install gettext.
Than you need your lanuage code. ex. german: de_DE
If you have got the correct lanuage code, you have to create the directory:
trunk/includes/localization/lanuage_code/LC_MESSAGES/
Than use msginit to create an new localization.
msginit --locale=language_code --input=cpves.pot --output-file=lanuage_code/LC_MESSAGES/cpves.po
Now you can translate the strings in the file lanuage_code/LC_MESSAGES/cpves.po to your language.
If you have translated CpVES in an other lanuage, please contact Jonas Genannt for including the translation into the next release of CpVES.