tools/check_lua_locale_files.sh
author nemo
Mon, 14 Jan 2019 15:01:43 -0500
branch0.9.25
changeset 14609 e27f1d1c1da9
parent 14110 30565866db82
child 15793 aa4a4e222308
permissions -rwxr-xr-x
aaagh can't just move delete like that due to our RNG scrambling... reverting on branch. we'll just have to take our chances w/ the bad code

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