tools/check_lua_locale_files.sh
author unc0rr
Sat, 12 Oct 2019 23:13:32 +0200
changeset 15479 e0ab70a90718
parent 14094 30565866db82
permissions -rwxr-xr-x
Add utility to convert server-side replay files into hwd binary format

#!/bin/sh -
echo "*** Luacheck of Lua locale files:"
luacheck ../share/hedgewars/Data/Locale/*.lua --globals locale -q
echo "Missing translations in Lua locale files:"
grep -c -- "^--" ../share/hedgewars/Data/Locale/*.lua