tools/check_lua_locale_files.sh
author unc0rr
Thu, 10 Jan 2019 21:22:07 +0100
changeset 14551 7e4862823649
parent 14094 30565866db82
permissions -rwxr-xr-x
Fix broken kamikaze logic when target position is close to attacker

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