aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2007-05-20 23:54:14 +0000
committerFelix Domke <tmbinc@elitedvb.net>2007-05-20 23:54:14 +0000
commit4e71bb9c59a22aa4c4157934bb534559a85500e5 (patch)
tree55dd6e504a99f7a089d2d4d6f1a89c6a87184373
parentbc6d695185c1edce5563c77946bd40cb348091a7 (diff)
downloadenigma2-4e71bb9c59a22aa4c4157934bb534559a85500e5.tar.gz
enigma2-4e71bb9c59a22aa4c4157934bb534559a85500e5.zip
add --add-comments as suggested by Jens Seidel - this allows adding translator-comments with # TRANSLATORS: <msg> on the same line after the text. It doesn't yet work in xml files.
-rw-r--r--po/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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