tools/check_lua_locale_files.sh
author unc0rr
Sat, 12 Nov 2022 15:40:20 +0100
changeset 15918 8a6a2d931bae
parent 15793 aa4a4e222308
permissions -rwxr-xr-x
Implement data path

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