changeset 13511 | b62b14aa88d4 |
13510:60bcc20e6ab0 | 13511:b62b14aa88d4 |
---|---|
1 #!/bin/sh - |
|
2 # Script to update all frontend locale files. |
|
3 |
|
4 # HOW TO USE: |
|
5 # - Run this script in the tools/ directory. |
|
6 # Result: All .ts files in share/hedgewars/Data/Locale will be updated. |
|
7 |
|
8 lupdate ../QTfrontend -ts ../share/hedgewars/Data/Locale/hedgewars_*.ts |