tools/check_lua_locale_files.sh
author nemo
Thu, 10 Aug 2023 20:48:54 -0400
changeset 16003 8bb07b0f50ca
parent 15793 aa4a4e222308
permissions -rwxr-xr-x
add some round() so that the scale factor compiles at least with non-integer values

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