tools/check_lua_locale_files.sh
author alfadur
Mon, 05 Nov 2018 23:15:34 +0300
changeset 14142 3119d665d3c6
parent 14094 30565866db82
permissions -rwxr-xr-x
collapse rectangle types back together with consistent usage of size

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