tools/check_lua_locale_files.sh
author nemo
Fri, 23 Nov 2018 16:38:47 -0500
changeset 14306 a7810074c20d
parent 14110 30565866db82
child 15793 aa4a4e222308
permissions -rwxr-xr-x
these need casting too, but overall switching type is a win.

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