]> git.lizzy.rs Git - minetest.git/blobdiff - util/updatepo.sh
Fix a formspec crash triggered by ae9b5e00989756bb676429530dfe81039009001c
[minetest.git] / util / updatepo.sh
index 28755b1fe6c5fe1f2536319098032cb4f957ef9d..f4a401f2cb71a2fe0a38ae0fe72c203f54642378 100755 (executable)
@@ -50,10 +50,11 @@ cd ..
 potfile=po/minetest.pot
 xgettext --package-name=minetest \
        --sort-by-file \
-       --add-location \
+       --add-location=file \
        --keyword=N_ \
        --keyword=wgettext \
        --keyword=fgettext \
+       --keyword=fgettext_ne \
        --keyword=strgettext \
        --keyword=wstrgettext \
        --output $potfile \