Skip to content

Commit

Permalink
Add i18n="true" to some address keys
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Dec 4, 2024
1 parent cdfedf0 commit 4f9946e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions master_preset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14876,11 +14876,11 @@
<link wiki="Key:addr"/>
<space/>
<text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
<text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
<text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" i18n="true" />
<check key="nohousenumber" text="No house number" disable_off="true"/>
<optional>
<text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
<text key="addr:city" text="City name" use_last_as_default="force" match="key" />
<text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" i18n="true" />
<text key="addr:city" text="City name" use_last_as_default="force" match="key" i18n="true" />
<text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" />
<combo key="addr:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" values_context="country codes"/>
</optional>
Expand All @@ -14894,8 +14894,8 @@
<text key="addr:hamlet" text="Hamlet" match="key"/>
<text key="addr:suburb" text="Suburb" use_last_as_default="force" match="key"/>
<text key="addr:subdistrict" text="Subdistrict" use_last_as_default="force" match="key"/>
<text key="addr:district" text="District" use_last_as_default="force" match="key"/>
<text key="addr:province" text="Province" use_last_as_default="force" match="key"/>
<text key="addr:district" text="District" use_last_as_default="force" match="key" i18n="true" />
<text key="addr:province" text="Province" use_last_as_default="force" match="key" i18n="true" />
<!-- US States as defined in ISO 3166-2 -->
<combo key="addr:state" text="State" text_context="addr:" values="AL,AK,AZ,AR,CA,CO,CT,DE,FL,GA,HI,ID,IL,IN,IA,KS,KY,LA,ME,MD,MA,MI,MN,MS,MO,MT,NE,NV,NH,NJ,NM,NY,NC,ND,OH,OK,OR,PA,RI,SC,SD,TN,TX,UT,VT,VA,WA,WV,WI,DC,AS,GU,MP,PR,UM,VI" use_last_as_default="force" match="key"/>
</optional>
Expand Down

0 comments on commit 4f9946e

Please sign in to comment.