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

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

add another usage

File size: 772 bytes
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
19NOTE:
20a) Your repositories should not have any local modifications which modify string elements!
21b) Always do an "svn up" for core and plugins before starting!
Note: See TracBrowser for help on using the repository browser.