tools/check_lua_locale_files.sh
author alfadur
Wed, 28 Aug 2019 23:06:34 +0300
changeset 15385 6e3e5be8b2e2
parent 14094 30565866db82
permissions -rwxr-xr-x
update hwphysics motion to use the new system

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