tools/check_lua_locale_files.sh
author Timothy Vichra <vichratimot@euromail.hu>
Wed, 28 Aug 2019 18:28:56 +0200
changeset 15381 5d26d664680d
parent 14094 30565866db82
permissions -rwxr-xr-x
Major update to Hungarian translation

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