mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-24 21:10:21 +01:00
Add support for addr:floor to address field
This commit is contained in:
19
dist/locales/en.json
vendored
19
dist/locales/en.json
vendored
@@ -699,20 +699,21 @@
|
||||
"address": {
|
||||
"label": "Address",
|
||||
"placeholders": {
|
||||
"city": "City",
|
||||
"conscriptionnumber": "123",
|
||||
"country": "Country",
|
||||
"district": "District",
|
||||
"floor": "Floor",
|
||||
"hamlet": "Hamlet",
|
||||
"housename": "Housename",
|
||||
"housenumber": "123",
|
||||
"conscriptionnumber": "123",
|
||||
"street": "Street",
|
||||
"city": "City",
|
||||
"postcode": "Postcode",
|
||||
"place": "Place",
|
||||
"hamlet": "Hamlet",
|
||||
"suburb": "Suburb",
|
||||
"subdistrict": "Subdistrict",
|
||||
"district": "District",
|
||||
"postcode": "Postcode",
|
||||
"province": "Province",
|
||||
"state": "State",
|
||||
"country": "Country"
|
||||
"street": "Street",
|
||||
"subdistrict": "Subdistrict",
|
||||
"suburb": "Suburb"
|
||||
}
|
||||
},
|
||||
"admin_level": {
|
||||
|
||||
Reference in New Issue
Block a user