Don't add line number to comment when running updatepo.sh

Otherwise, this updates all .po files for all line numbers that changed
since the last time updatepo.sh was run. We still add the filename, but
this information shouldn't change too often.

xgettext beginning with 0.18.4 supports this feature.
master
est31 2015-09-02 01:34:37 +02:00
parent e511282d78
commit 94961b3364
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ cd ..
potfile=po/minetest.pot
xgettext --package-name=minetest \
--sort-by-file \
--add-location \
--add-location=file \
--keyword=N_ \
--keyword=wgettext \
--keyword=fgettext \