updated po update script to detect wgettext and N_

This commit is contained in:
Constantin Wenger 2011-08-02 12:38:47 +02:00 committed by Giuseppe Bilotta
parent dade01be29
commit 0fb208e63c
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ cd ..
# directory at the top level. You a recent enough xgettext that supports
# --package-name
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
# if it exists already