From 4e71bb9c59a22aa4c4157934bb534559a85500e5 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Sun, 20 May 2007 23:54:14 +0000 Subject: 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. --- po/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3