tools/check_lua_locale_files.sh
author nemo
Mon, 26 Aug 2019 14:27:03 -0400
changeset 15381 c117e17b90bc
parent 14110 30565866db82
child 15793 aa4a4e222308
permissions -rwxr-xr-x
flag some of the renderstringtex which are taking up a ton of processing time with --stats-only and pas2c

#!/bin/sh -
echo "*** Luacheck of Lua locale files:"
luacheck ../share/hedgewars/Data/Locale/*.lua --globals locale -q
echo "Missing translations in Lua locale files:"
grep -c -- "^--" ../share/hedgewars/Data/Locale/*.lua