Rev | Line | |
---|
[26928] | 1 | How to use:
|
---|
| 2 |
|
---|
| 3 | Tasks:
|
---|
| 4 | 1) Getting new translation catalog file:
|
---|
| 5 | Call "ant pot"
|
---|
| 6 | Upload the new file to Launchpad
|
---|
| 7 |
|
---|
| 8 | 2) Updating translations to current state (from daily updated Bazar repository):
|
---|
| 9 | Call "ant update" or "ant updatecore" when plugins are unwanted
|
---|
| 10 |
|
---|
| 11 | 3) Update translations from Launchpad download:
|
---|
| 12 | Call "./launchpad.pl <url>", wehre <url> is the supplied URL from launchpad.
|
---|
| 13 | This call always builds core and plugins, but safely can be aborted after core is completed.
|
---|
| 14 |
|
---|
[26931] | 15 | 4) Check whether translations have string errors (e.g. wrong ' count or illegal {})
|
---|
| 16 | Translation data (.po) must exist!
|
---|
| 17 | Call "ant test".
|
---|
| 18 |
|
---|
[27020] | 19 | 5) Upload POT file to launchpad:
|
---|
| 20 | Call "./launchpad.pl upload". You need to set login information (see file how to do) or enter them when running.
|
---|
| 21 |
|
---|
| 22 | 6) Request launchpad po file download:
|
---|
| 23 | Call "./launchpad.pl download". You need to set login information (see file how to do) or enter them when running.
|
---|
| 24 |
|
---|
[26928] | 25 | NOTE:
|
---|
| 26 | a) Your repositories should not have any local modifications which modify string elements!
|
---|
| 27 | b) Always do an "svn up" for core and plugins before starting!
|
---|
Note:
See
TracBrowser
for help on using the repository browser.