tools/check_lua_locale_files.sh
author unC0Rr
Wed, 07 Nov 2018 15:55:00 +0100
changeset 14157 5acfdf49742d
parent 14094 30565866db82
permissions -rwxr-xr-x
Fix some warnings here and there, remove unwelcomed code

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