]> git.lizzy.rs Git - minetest.git/blobdiff - util/updatepo.sh
Silence invalid clang format warnings in guiScrollBar.cpp (#8724)
[minetest.git] / util / updatepo.sh
index f4a401f2cb71a2fe0a38ae0fe72c203f54642378..84dfd3ddb0c5708869b420ade068ad3adfe5508e 100755 (executable)
@@ -57,7 +57,9 @@ xgettext --package-name=minetest \
        --keyword=fgettext_ne \
        --keyword=strgettext \
        --keyword=wstrgettext \
+       --keyword=showTranslatedStatusText \
        --output $potfile \
+       --from-code=utf-8 \
        `find src/ -name '*.cpp' -o -name '*.h'` \
        `find builtin/ -name '*.lua'`