tools/check_lua_locale_files.sh
author nemo
Thu, 13 Dec 2018 11:03:15 -0500
branch0.9.25
changeset 14427 e8723f97324c
parent 14094 30565866db82
permissions -rwxr-xr-x
Backed out changeset 1ffa8bfc5c58

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