tools/check_lua_locale_files.sh
author nemo
Wed, 02 Jan 2019 11:06:34 -0500
changeset 14531 bcb418530a1c
parent 14110 30565866db82
child 15793 aa4a4e222308
permissions -rwxr-xr-x
remove Wuzzy's val checking, add a FIXME to add that to the C implementation

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