tools/check_lua_locale_files.sh
author Anton Malmygin <antonc27@mail.ru>
Wed, 15 May 2019 18:30:59 +0200
changeset 14960 372b25c6bdee
parent 14089 30565866db82
child 15771 aa4a4e222308
permissions -rwxr-xr-x
Merge pull request #62 from hedgewars/ci-patch-osx-atomic Fix pas2c compilation on macOS

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