tools/check_lua_locale_files.sh
author Anton Malmygin <antonc27@mail.ru>
Wed, 15 May 2019 17:30:10 +0200
changeset 14962 947a4a4d2131
parent 14094 30565866db82
permissions -rwxr-xr-x
Move build status higher

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