tools/check_lua_locale_files.sh
author nemo
Sat, 05 Feb 2022 10:50:25 -0500
changeset 15835 f0f615dcbe7c
parent 15771 aa4a4e222308
permissions -rwxr-xr-x
1.0.0 merge

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