source: osm/applications/editors/josm/i18n/README.TXT@ 27168

Last change on this file since 27168 was 27020, checked in by stoecker, 13 years ago

some more launchpad support

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