tools/check_translations.sh
author Wuzzy <Wuzzy2@mail.ru>
Wed, 15 May 2019 20:40:37 +0200
changeset 14984 2d5f1dc637da
parent 14110 30565866db82
permissions -rwxr-xr-x
Fix sndBoring being placed if ending turn during multi-shoot via skip command For example: - AI hog shoots once with shotgun - AI hog ends turn via ParseCommand("skip")

#!/bin/sh -
# Script to check locale files

# HOW TO USE:
# - Run this script in the tools/ directory.
# Result: Problems and missing translations in some locale files will be reported

# SYNTAX:
#
#     ./check_locale_files.sh
#

./check_engine_locale_files.sh ALL 0
./check_lua_locale_files.sh
lua ./check_lua_locale_files.lua