|
HowToTranslate
Do you want to translate dng4ps-2 into your language?Do you want to translate dng4ps-2 into your language? There is simple way to translate it. (1) Search and download *.po-file for your language (just select "Save link as" in right-click menu):
(2) If file for your language already exists, you have to translate only 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). (3) Structure of *.po file is very simple. It is 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 "Выход" (4) After translation, save your .po file with Utf-8 coding and send it to |
► Sign in to add a comment