diff options
author | est31 <MTest31@outlook.com> | 2015-10-17 22:19:04 +0200 |
---|---|---|
committer | est31 <MTest31@outlook.com> | 2015-10-17 22:20:47 +0200 |
commit | 6b408248a16b0c61007247d8bce23a349f86b45c (patch) | |
tree | 51d597cbcac0ded7da4a0e4978e7098955910c11 /util | |
parent | 006ef5b4a5e362eed848ca26b411a8059d74b965 (diff) | |
download | minetest-6b408248a16b0c61007247d8bce23a349f86b45c.tar.gz minetest-6b408248a16b0c61007247d8bce23a349f86b45c.tar.bz2 minetest-6b408248a16b0c61007247d8bce23a349f86b45c.zip |
Re-add "file" type for --add-location for xgettext call
Passing line numbers in the comments is bad.
References:
* Commit 94961b3364f76d5861913af321e9be6200d080b3
* Previous commit
Diffstat (limited to 'util')
-rwxr-xr-x | util/updatepo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/updatepo.sh b/util/updatepo.sh index 1fc723373..f4a401f2c 100755 --- a/util/updatepo.sh +++ b/util/updatepo.sh @@ -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 \ |