tools/check_lua_locale_files.sh
author Wuzzy <Wuzzy2@mail.ru>
Tue, 14 May 2019 18:04:15 +0200
changeset 14947 05cde9ba4183
parent 14094 30565866db82
permissions -rwxr-xr-x
Don't make table header sections clickable in pagenet, pagevideos

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