tools/update_locale_files.sh
author alfadur
Tue, 11 Sep 2018 22:44:32 +0200
changeset 13774 506cca5a48cb
parent 13511 b62b14aa88d4
permissions -rwxr-xr-x
Fix sinegun dealing 1 damage when shooting straight up. Reduces sine gun knockback strength by 1.25% This was caused by AmmoShove, which had a strenght which was *right* above the threshold for fall damage.

#!/bin/sh -
# Script to update all Lua and frontend locale files.

# HOW TO USE:
# - Run this script in the tools/ directory.
# Result: All .ts and .lua files in share/hedgewars/Data/Locale will be updated.
# This will take a while!

./update_frontend_locale_files.sh
./update_lua_locale_files.sh