diff --git a/data/presets.yaml b/data/presets.yaml index d9527b25d..907bfe302 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -59,7 +59,15 @@ en: housenumber: "123" street: Street city: City - postcode: Postal code + postcode: Postcode + place: Place + hamlet: Hamlet + suburb: Suburb + subdistrict: Subdistrict + district: District + province: Province + state: State + country: Country admin_level: label: Admin Level aerialway: diff --git a/data/presets/fields.json b/data/presets/fields.json index e01101f13..cf10c7ea2 100644 --- a/data/presets/fields.json +++ b/data/presets/fields.json @@ -81,7 +81,15 @@ "housenumber": "123", "street": "Street", "city": "City", - "postcode": "Postal code" + "postcode": "Postcode", + "place": "Place", + "hamlet": "Hamlet", + "suburb": "Suburb", + "subdistrict": "Subdistrict", + "district": "District", + "province": "Province", + "state": "State", + "country": "Country" } } }, diff --git a/data/presets/fields/address.json b/data/presets/fields/address.json index 618545c8f..c2ef500cb 100644 --- a/data/presets/fields/address.json +++ b/data/presets/fields/address.json @@ -17,7 +17,15 @@ "housenumber": "123", "street": "Street", "city": "City", - "postcode": "Postal code" + "postcode": "Postcode", + "place": "Place", + "hamlet": "Hamlet", + "suburb": "Suburb", + "subdistrict": "Subdistrict", + "district": "District", + "province": "Province", + "state": "State", + "country": "Country" } } } diff --git a/dist/locales/en.json b/dist/locales/en.json index 1b8f526e7..0c3f53574 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -492,7 +492,15 @@ "housenumber": "123", "street": "Street", "city": "City", - "postcode": "Postal code" + "postcode": "Postcode", + "place": "Place", + "hamlet": "Hamlet", + "suburb": "Suburb", + "subdistrict": "Subdistrict", + "district": "District", + "province": "Province", + "state": "State", + "country": "Country" } }, "admin_level": {