changeset 13511 | b62b14aa88d4 |
13510:60bcc20e6ab0 | 13511:b62b14aa88d4 |
---|---|
1 #!/bin/sh - |
|
2 # Script to update all Lua and frontend locale files. |
|
3 |
|
4 # HOW TO USE: |
|
5 # - Run this script in the tools/ directory. |
|
6 # Result: All .ts and .lua files in share/hedgewars/Data/Locale will be updated. |
|
7 # This will take a while! |
|
8 |
|
9 ./update_frontend_locale_files.sh |
|
10 ./update_lua_locale_files.sh |