1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Re-add "file" type for --add-location for xgettext call

Passing line numbers in the comments is bad.

References:

* Commit 94961b3364
* Previous commit
This commit is contained in:
est31
2015-10-17 22:19:04 +02:00
parent 006ef5b4a5
commit 6b408248a1

View File

@@ -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 \