Add support for addr:floor to address field

This commit is contained in:
Bryan Housel
2016-07-21 10:34:54 -04:00
parent 603d45e642
commit 1bc2523cd0
4 changed files with 52 additions and 46 deletions

19
dist/locales/en.json vendored
View File

@@ -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": {