1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

doc: use github repository for script msgcheck.py in developer's guide

This commit is contained in:
Sebastien Helleu
2013-01-02 22:49:35 +01:00
parent 94ba7e07ce
commit 27195e22d6
+3 -10
View File
@@ -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
++++++++++++++++++++++++++