tools/check_lua_locale_files.sh
changeset 14089 30565866db82
child 15771 aa4a4e222308
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/check_lua_locale_files.sh	Fri Nov 02 17:43:06 2018 +0100
@@ -0,0 +1,5 @@
+#!/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