Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-add "file" type for --add-location for xgettext call
Passing line numbers in the comments is bad.

References:

* Commit 94961b3
* Previous commit
  • Loading branch information
est31 committed Oct 17, 2015
1 parent 006ef5b commit 6b40824
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 6b40824

Please sign in to comment.