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

Last change on this file since 28605 was 28540, checked in by stoecker, 13 years ago

fix typo

File size: 1.4 KB
Line 
1How to use:
2
3Tasks:
41) Getting new translation catalog file:
5Call "ant pot"
6Afterwards the new file should be uploaded to Launchpad (see (5) below)
7
82) Updating translations to current state (from daily updated Bazar repository):
9Call "ant update" or "ant updatecore" when plugins are unwanted
10NOTE: The Bazar repository is updated once a day. For most recent data try (6) and (3) instead.
11
123) Update translations from Launchpad download file:
13Call "./launchpad.pl <url>", where <url> is the supplied URL from launchpad.
14This call always builds core and plugins, but safely can be aborted after core is completed.
15
164) Check whether translations have string errors (e.g. wrong ' count or illegal {})
17Translation data (.po) must exist!
18Call "ant test".
19
205) Upload POT file to launchpad:
21Call "./launchpad.pl upload". You need to set login information (see file how to do) or enter them when running.
22Can also be issued by hand on the Launchpad web page.
23
246) Request launchpad po file download:
25Call "./launchpad.pl download". You need to set login information (see file how to do) or enter them when running.
26Can also be issued by hand on the Launchpad web page.
27After some time a mail is sent with a URL. With this URL step (4) can be done.
28
29NOTE:
30a) Your repositories should not have any local modifications which modify string elements!
31b) Always do an "svn up" for core and plugins before starting!
Note: See TracBrowser for help on using the repository browser.