Re-add "file" type for --add-location for xgettext call
authorest31 <MTest31@outlook.com>
Sat, 17 Oct 2015 20:19:04 +0000 (22:19 +0200)
committerest31 <MTest31@outlook.com>
Sat, 17 Oct 2015 20:20:47 +0000 (22:20 +0200)
Passing line numbers in the comments is bad.

References:

* Commit 94961b3364f76d5861913af321e9be6200d080b3
* Previous commit

util/updatepo.sh

index 1fc72337337f865ce5aa41f05a947320bd2438c2..f4a401f2cb71a2fe0a38ae0fe72c203f54642378 100755 (executable)
@@ -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 \