tools/check_lua_locale_files.sh
author nemo
Sun, 16 Dec 2018 10:25:36 -0500
changeset 14458 99117df5a3d3
parent 14089 30565866db82
child 15771 aa4a4e222308
permissions -rwxr-xr-x
fix DiagonalMaze after the drawing scaling change, add some params since ginormous maze is kinda entertaining

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