Changeset 7709 in josm for trunk/data


Ignore:
Timestamp:
2014-11-06T20:52:22+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #10716 - add values_context="sidewalk" and values_context="overtaking" in default preset for more precise translations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r7708 r7709  
    4747    <chunk id="highway_yesno_incline_oneway_lit_width_sidewalk">
    4848        <reference ref="highway_yesno_incline_oneway_lit_width" />
    49         <combo key="sidewalk" text="Sidewalk" values="both,left,right,no" />
     49        <combo key="sidewalk" text="Sidewalk" values="both,left,right,no" values_context="sidewalk" />
    5050    </chunk>
    5151    <chunk id="railway_service">
     
    593593                <check key="lit" text="Lit" />
    594594                <text key="width" text="Width (meters)" />
    595                 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no" />
     595                <combo key="sidewalk" text="Sidewalk" values="both,left,right,no" values_context="sidewalk" />
    596596            </optional>
    597597        </item> <!-- Bicycle Road -->
     
    753753            <text key="maxwidth" text="Max. width (meters)" match="key" />
    754754            <text key="maxlength" text="Max. length (meters)" match="key" />
    755             <combo key="overtaking" text="Overtaking" values="yes,both,forward,backward,no" match="key" />
     755            <combo key="overtaking" text="Overtaking" values="yes,both,forward,backward,no" values_context="overtaking" match="key" />
    756756        </item> <!-- Road Restrictions -->
    757757        <separator/>
Note: See TracChangeset for help on using the changeset viewer.