tools/check_lua_locale_files.sh
author Grigory Ustinov <grenka@altlinux.org>
Fri, 27 Sep 2019 18:06:29 +0300
changeset 15437 cf741ac73d57
parent 14094 30565866db82
permissions -rwxr-xr-x
Improve russian tips and fix typos

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