summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-10-25 08:00:14 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-10-25 08:00:14 +0200
commita6a90aebffe494676a77e36eda0a7c9340e2eee9 (patch)
tree8e9ffdadbbf8c8ee5c64cbde0aed64262b9a0d8a /doc/ja
parent99ae73066cb13c4332564530cab5f2bc12c3e02b (diff)
downloadweechat-a6a90aebffe494676a77e36eda0a7c9340e2eee9.zip
doc: add commands to update .po files (developer's guide)
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/weechat_dev.ja.adoc14
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]]
===== 自動生成ファイルを作成する