diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-02 22:49:35 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-02 22:49:35 +0100 |
commit | 27195e22d6e103d224bdd4321f2d4deb62e56470 (patch) | |
tree | 5a8d5c4588552c484eaacd8cbf269f61538287cc | |
parent | 94ba7e07cef3fe1704b5388d5e268393583abd2b (diff) | |
download | weechat-27195e22d6e103d224bdd4321f2d4deb62e56470.zip |
doc: use github repository for script msgcheck.py in developer's guide
-rw-r--r-- | doc/en/weechat_dev.en.txt | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/doc/en/weechat_dev.en.txt b/doc/en/weechat_dev.en.txt index 1abc5d2bf..81367caf1 100644 --- a/doc/en/weechat_dev.en.txt +++ b/doc/en/weechat_dev.en.txt @@ -980,20 +980,13 @@ $ msginit -i weechat.pot -l nl_NL -o nl.po Base language for WeeChat is english, so you must of course understand english in order to translate to your language. -When done, you *have* to check your file with two commands: +When done, you *have* to check your file with script 'msgcheck.py' +(https://github.com/flashcode/msgcheck): ---------------------------------------- -$ msgfmt -o /dev/null -c xx.po -$ msg_check_lines.py xx.po +$ msgcheck.py xx.po ---------------------------------------- -The `msgfmt` will perform checks on message catalog and display errors, like bad -use of format specifiers in strings. - -The script msg_check_lines.py (http://www.weechat.org/files/temp/po/msg_check_lines.py) -will check number of lines in translated strings (which must be the same as -string in english). - [[build_autogen_files]] Build auto-generated files ++++++++++++++++++++++++++ |