tools/check_lua_locale_files.sh
author unc0rr
Thu, 27 Dec 2018 23:43:54 +0100
changeset 14508 831ecafd74c6
parent 14094 30565866db82
permissions -rwxr-xr-x
Start chat_sanitizer package inspired by chat bot on pokerth server

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