tools/check_lua_locale_files.sh
author nemo
Sat, 22 Jun 2019 10:32:15 -0400
changeset 15197 a5fb73335a87
parent 14094 30565866db82
permissions -rwxr-xr-x
Someone didn't understand why they couldn't rejoin a game. Maybe this will help

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