forked from Mirrorlandia_minetest/minetest
updated po update script to detect wgettext and N_
This commit is contained in:
parent
dade01be29
commit
0fb208e63c
@ -48,7 +48,7 @@ cd ..
|
|||||||
# directory at the top level. You a recent enough xgettext that supports
|
# directory at the top level. You a recent enough xgettext that supports
|
||||||
# --package-name
|
# --package-name
|
||||||
potfile=po/minetest.pot
|
potfile=po/minetest.pot
|
||||||
xgettext --package-name=minetest -F -n -o $potfile src/*.cpp src/*.h
|
xgettext --package-name=minetest -kN_ -kwgettext -F -n -o $potfile src/*.cpp src/*.h
|
||||||
|
|
||||||
# Now iterate on all languages and create the po file if missing, or update it
|
# Now iterate on all languages and create the po file if missing, or update it
|
||||||
# if it exists already
|
# if it exists already
|
||||||
|
Loading…
Reference in New Issue
Block a user