Changes between Version 141 and Version 142 of TaggingPresets
- Timestamp:
- 2017-01-27T22:33:40+01:00 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaggingPresets
v141 v142 242 242 243 243 == Translation == 244 To support translations, all textual elements ("name", "text", "display_values") may also be localized. (E.g. "de.name" would represent the name in case German language support is loaded.)244 To support translations, all textual elements ("name", "text", "display_values") may also be localized. E.g. "de.name" would represent the name in case the German language support is loaded. In the preset code the english term must be the first before possible translations are added. 245 245 246 246 In JOSM internally ([source:josm/trunk/data/defaultpresets.xml internal preset]) all "name", "text" and "display_values" are translated when no specific translation has been given in XML file. When no "display_values" are supplied, then "values" will be treated as "display_values" and translated instead. When translations of equal words but different meanings may conflict, a translation context should be specified. Use "name_context", "text_context" or "values_context" for this. The context should be a meaningful short description to help translators.
