Skip to content

Commit 6b40824

Browse files
committedOct 17, 2015
Re-add "file" type for --add-location for xgettext call
Passing line numbers in the comments is bad. References: * Commit 94961b3 * Previous commit
1 parent 006ef5b commit 6b40824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎util/updatepo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ cd ..
5050
potfile=po/minetest.pot
5151
xgettext --package-name=minetest \
5252
--sort-by-file \
53-
--add-location \
53+
--add-location=file \
5454
--keyword=N_ \
5555
--keyword=wgettext \
5656
--keyword=fgettext \

0 commit comments

Comments
 (0)
Please sign in to comment.