From: Constantin Wenger Date: Tue, 2 Aug 2011 10:38:47 +0000 (+0200) Subject: updated po update script to detect wgettext and N_ X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=0fb208e63c18c74d32e53651820e02f41aaad76c;p=zefram%2Fminetest%2Fminetest_engine.git updated po update script to detect wgettext and N_ --- diff --git a/util/updatepo.sh b/util/updatepo.sh index bcfa4c4d..fbf1aad0 100755 --- a/util/updatepo.sh +++ b/util/updatepo.sh @@ -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