From 27195e22d6e103d224bdd4321f2d4deb62e56470 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 2 Jan 2013 22:49:35 +0100 Subject: [PATCH] doc: use github repository for script msgcheck.py in developer's guide --- doc/en/weechat_dev.en.txt | 13 +++---------- 1 file 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 ++++++++++++++++++++++++++