tools/check_lua_locale_files.sh
author Wuzzy <Wuzzy2@mail.ru>
Sun, 05 May 2019 17:23:59 +0200
changeset 14891 3054b85963ef
parent 14094 30565866db82
permissions -rwxr-xr-x
Play sndFirstBlood after first damage/kill/poisoning of enemy (instead of ANY damage) This avoids sndFirstBlood being played for self-harm, for which this taunt is a bit odd.

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