Navigation Menu

Skip to content

Commit

Permalink
Don't add line number to comment when running updatepo.sh
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
est31 committed Sep 1, 2015
1 parent e511282 commit 94961b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/updatepo.sh
Expand Up @@ -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 \
Expand Down

0 comments on commit 94961b3

Please sign in to comment.