tools/check_lua_locale_files.sh
author Wuzzy <Wuzzy@disroot.org>
Thu, 22 Jun 2023 09:13:50 +0200
changeset 15991 4ad8dd66d9d5
parent 15793 aa4a4e222308
permissions -rwxr-xr-x
Fix pas2C build fail in uLocale

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