tools/check_lua_locale_files.sh
branchhedgeroid
changeset 15515 7030706266df
parent 14094 30565866db82
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/check_lua_locale_files.sh	Fri Dec 06 22:20:53 2019 +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