Quote:
Originally Posted by xxyzz
*.po files are plain text files, you could open them in any text editors. The file contains the English text and the translation text, for example:
Code:
#: config.py:82 config.py:323 # this line is a comment, it's the text location in source code
msgid "Preferred format order" # the English text
msgstr "首选格式顺序" # the translation text, in this case, Chinese text
[/list]
|
I didn't know there are this many messages in the plugin. I didn't have chance to see most of them.
I edited zh_CN.po file with Poedit to make Korean translation. It is my first time using Poedit, so I am not sure if I did it alright.
There may be some wrong translations because I didn't know the context.