diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-05-20 23:54:14 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-05-20 23:54:14 +0000 |
| commit | 4e71bb9c59a22aa4c4157934bb534559a85500e5 (patch) | |
| tree | 55dd6e504a99f7a089d2d4d6f1a89c6a87184373 /po/Makefile.am | |
| parent | bc6d695185c1edce5563c77946bd40cb348091a7 (diff) | |
| download | enigma2-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.
Diffstat (limited to 'po/Makefile.am')
| -rw-r--r-- | po/Makefile.am | 2 |
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 |
