tools/check_lua_locale_files.sh
author alfadur
Mon, 19 Aug 2019 21:17:18 +0300
changeset 15350 a81bd0b5aad8
parent 14094 30565866db82
permissions -rwxr-xr-x
only digest masks for masked land object

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