tools/check_lua_locale_files.sh
author nemo
Fri, 20 May 2022 17:24:14 -0400
changeset 15873 9bb85e43e492
parent 15793 aa4a4e222308
permissions -rwxr-xr-x
add more checks on nil current hedgehog gear, remove checks on nil current hedgehog which should never happen.

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