tools/check_lua_locale_files.sh
author nemo
Thu, 24 Oct 2019 09:41:10 -0400
changeset 15486 58ce582ae87d
parent 14094 30565866db82
permissions -rwxr-xr-x
remove erroneous else conditions to make what is going on clearer, add a comment

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