tools/check_lua_locale_files.sh
author nemo
Mon, 12 Sep 2022 18:56:28 -0400
changeset 15870 f550a79274fa
parent 15771 aa4a4e222308
permissions -rwxr-xr-x
merge from 1.0 branch

#!/bin/sh -
echo "*** Luacheck of Lua locale files:"
luacheck ../share/hedgewars/Data/Locale/*.lua --globals locale --no-max-line-length -q
echo "Missing translations in Lua locale files:"
grep -c -- "^--" ../share/hedgewars/Data/Locale/*.lua