]> git.lizzy.rs Git - minetest.git/blobdiff - util/updatepo.sh
Set acceleration only once in falling node
[minetest.git] / util / updatepo.sh
index e9c1132243817fb694d35b72deea749bb9e72fdf..f4a401f2cb71a2fe0a38ae0fe72c203f54642378 100755 (executable)
@@ -50,10 +50,12 @@ 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 \
        `find src/ -name '*.cpp' -o -name '*.h'` \