tools/check_lua_locale_files.sh
author alfadur
Tue, 01 Feb 2022 02:23:35 +0300
changeset 15853 7d0f747afcb8
parent 15793 aa4a4e222308
permissions -rwxr-xr-x
move server network to tokio

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