forked from Mirrorlandia_minetest/minetest
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.
This commit is contained in:
parent
e511282d78
commit
94961b3364
@ -50,7 +50,7 @@ cd ..
|
|||||||
potfile=po/minetest.pot
|
potfile=po/minetest.pot
|
||||||
xgettext --package-name=minetest \
|
xgettext --package-name=minetest \
|
||||||
--sort-by-file \
|
--sort-by-file \
|
||||||
--add-location \
|
--add-location=file \
|
||||||
--keyword=N_ \
|
--keyword=N_ \
|
||||||
--keyword=wgettext \
|
--keyword=wgettext \
|
||||||
--keyword=fgettext \
|
--keyword=fgettext \
|
||||||
|
Loading…
Reference in New Issue
Block a user