changeset 14089 | 30565866db82 |
14088:f483f844da98 | 14089:30565866db82 |
---|---|
1 #!/bin/sh - |
|
2 # Script to check locale files |
|
3 |
|
4 # HOW TO USE: |
|
5 # - Run this script in the tools/ directory. |
|
6 # Result: Problems and missing translations in some locale files will be reported |
|
7 |
|
8 # SYNTAX: |
|
9 # |
|
10 # ./check_locale_files.sh |
|
11 # |
|
12 |
|
13 ./check_engine_locale_files.sh ALL 0 |
|
14 ./check_lua_locale_files.sh |
|
15 lua ./check_lua_locale_files.lua |