diff options
Diffstat (limited to 'doc/ja/weechat_dev.ja.adoc')
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index aeee5acb9..80dff8031 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -1092,6 +1092,17 @@ $ msginit -i weechat.pot -l nl_NL -o nl.po WeeChat の翻訳元言語は英語です、翻訳する場合は必ず英語から翻訳してください +// TRANSLATION MISSING +After changes in sources, you can regenerate all translations files: run this +command in the CMake "build" directory: + +---- +$ make translations && make update-po +---- + +// TRANSLATION MISSING +Then you can edit .po files (if you can translate in a language). + 翻訳が完了したら、*必ず* _msgcheck.py_ (https://github.com/flashcode/msgcheck) スクリプトを使ってファイルの内容を確認してください: @@ -1099,6 +1110,9 @@ WeeChat $ msgcheck.py xx.po ---- +// TRANSLATION MISSING +And then you can recompile WeeChat to use the new translations. + [[build_autogen_files]] ===== 自動生成ファイルを作成する |