* Translation: Set xgettext add-comments option

This commit is contained in:
zzz
2010-06-02 18:12:46 +00:00
parent cd35b219db
commit 75ba58d68c
4 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@ do
# To start a new translation, copy the header from an old translation to the new .po file,
# then ant distclean poupdate.
find $JPATHS -name *.java > $TMPFILE
xgettext -f $TMPFILE -F -L java --from-code=UTF-8 \
xgettext -f $TMPFILE -F -L java --from-code=UTF-8 --add-comments\
--keyword=_ --keyword=_x \
-o ${i}t
if [ $? -ne 0 ]