Skip to content

Commit 94961b3

Browse files
committedSep 1, 2015
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.
1 parent e511282 commit 94961b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎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.