tools/check_lua_locale_files.sh
author nemo
Wed, 19 Jun 2019 17:19:52 -0400
changeset 15186 d13a38548112
parent 14094 30565866db82
permissions -rwxr-xr-x
make airmines less of CPU hogs

#!/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