From: Felix Domke Date: Sun, 20 May 2007 23:54:14 +0000 (+0000) Subject: add --add-comments as suggested by Jens Seidel - this allows adding translator-commen... X-Git-Tag: 2.6.0~2232 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/4e71bb9c59a22aa4c4157934bb534559a85500e5 add --add-comments as suggested by Jens Seidel - this allows adding translator-comments with # TRANSLATORS: on the same line after the text. It doesn't yet work in xml files. --- diff --git a/po/Makefile.am b/po/Makefile.am index 22d96a48..46a36f4f 100644 --- a/po/Makefile.am +++ b/po/Makefile.am @@ -21,7 +21,7 @@ merge: done enigma2.pot: - $(GETTEXT) -d enigma2 -s -o enigma2.pot ../lib/python/Screens/*.py ../lib/python/Components/*.py \ + $(GETTEXT) -L python --add-comments="TRANSLATORS:" -d enigma2 -s -o enigma2.pot ../lib/python/Screens/*.py ../lib/python/Components/*.py \ ../lib/python/Tools/*.py \ ../*.py \ ../lib/python/Plugins/*/*/*.py