-
Notifications
You must be signed in to change notification settings - Fork 3
Translating
Do you want to translate dng4ps-2 into your language? There is simple way to translate it.
-
Search for and download the *.po file for your language (just select "Save link as" in right-click menu):
-
If the file for your language already exists, you have to translate only the untranslated strings. If you don't find your language's file in list, you have to translate all the strings in English translation (en.po).
-
Structure of *.po file is very simple. It is -a plain text file. It consists of msgid and msgstr pairs:
msgid "btnCancel" msgstr "Cancel" msgid "btnOk" msgstr "OK" msgid "btnExit" msgstr "Exit"
You have to change only 'msgstr' part of pairs like this:
msgid "btnCancel" msgstr "Отмена" msgid "btnOk" msgstr "OK" msgid "btnExit" msgstr "Выход"
-
After translation, save your .po file with Utf-8 coding. Then you can create a fork and make a pull request against your changes. Alternatively, you can create an anonymous gist and create an issue with a link to the gist.