tools/check_lua_locale_files.sh
author S.D.
Tue, 27 Sep 2022 15:10:52 +0300
changeset 15901 4c58b320056c
parent 15793 aa4a4e222308
permissions -rwxr-xr-x
Change the next major release version number to 1.1.0

#!/bin/sh -
echo "*** Luacheck of Lua locale files:"
luacheck ../share/hedgewars/Data/Locale/*.lua --globals locale --no-max-line-length -q
echo "Missing translations in Lua locale files:"
grep -c -- "^--" ../share/hedgewars/Data/Locale/*.lua