View Single Post
Old 09-07-2022, 12:34 PM   #481
beecom
Enthusiast
beecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheesebeecom can extract oil from cheese
 
Posts: 40
Karma: 1000
Join Date: Jun 2022
Device: Kindle Oasis
Quote:
Originally Posted by xxyzz View Post
*.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.
Attached Files
File Type: zip translation_kor.zip (11.5 KB, 133 views)
beecom is offline   Reply With Quote