Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1.43 KB

TRANSLATIONS.md

File metadata and controls

28 lines (14 loc) · 1.43 KB

Translating Vespucci

You can translate this program into your language using the transifex project.

Default preset is translated separately, also at transifex, see https://github.com/simonpoole/beautified-JOSM-preset for more information.

Technical issues

The background/overlay names and descriptions are not translatable as iD translation system for them is non-standard. Somebody would need to code a workaround to fix that part.

NOTE: for building we assume for now that the github repository contains the current language files which the maintainers will commit now and then. If you want to add or change one of the existing default (English) strings you need to make a pull request against this repository.

Setting up transifex locally and retrieving translations

Install

Retrieving current translations

tx pull -a

will retrieve all translations, skipping up to date translation files and creating new directories and strings.xml files for new languages.

If you are building with gradle the updateTranslations task will run tx for you (if tx is on your path).