Merge branch 'japanese-address-scheme' of https://github.com/Natsuyasumi/iD into Natsuyasumi-japanese-address-scheme

This commit is contained in:
Bryan Housel
2017-01-02 13:38:03 -05:00
5 changed files with 29 additions and 1 deletions
+4
View File
@@ -38,6 +38,10 @@
{
"countryCodes": ["tw"],
"format": [["postcode", "city", "district"], ["place", "street"], ["housenumber", "floor"]]
},
{
"countryCodes": ["jp"],
"format": [["province", "county"], ["city", "suburb", "quarter"], ["neighbourhood", "block_number", "housenumber"]]
}
]
}
+5 -1
View File
@@ -78,20 +78,24 @@ en:
# access=*
label: Access
address:
# 'addr:city=*, addr:conscriptionnumber=*, addr:country=*, addr:district=*, addr:floor=*, addr:hamlet=*, addr:housename=*, addr:housenumber=*, addr:place=*, addr:postcode=*, addr:province=*, addr:state=*, addr:street=*, addr:subdistrict=*, addr:suburb=*'
# 'addr:block_number=*, addr:city=*, addr:conscriptionnumber=*, addr:county=*, addr:country=*, addr:district=*, addr:floor=*, addr:hamlet=*, addr:housename=*, addr:housenumber=*, addr:neighbourhood=*, addr:place=*, addr:postcode=*, addr:province=*, addr:quarter=*, addr:state=*, addr:street=*, addr:subdistrict=*, addr:suburb=*'
label: Address
placeholders:
block_number: Block number
city: City
conscriptionnumber: '123'
country: Country
county: County
district: District
floor: Floor
hamlet: Hamlet
housename: Housename
housenumber: '123'
neighbourhood: Neighbourhood
place: Place
postcode: Postcode
province: Province
quarter: Quarter
state: State
street: Street
subdistrict: Subdistrict
+8
View File
@@ -79,17 +79,21 @@
"address": {
"type": "address",
"keys": [
"addr:block_number",
"addr:city",
"addr:conscriptionnumber",
"addr:county",
"addr:country",
"addr:district",
"addr:floor",
"addr:hamlet",
"addr:housename",
"addr:housenumber",
"addr:neighbourhood",
"addr:place",
"addr:postcode",
"addr:province",
"addr:quarter",
"addr:state",
"addr:street",
"addr:subdistrict",
@@ -103,17 +107,21 @@
"label": "Address",
"strings": {
"placeholders": {
"block_number": "Block number",
"city": "City",
"conscriptionnumber": "123",
"county": "County",
"country": "Country",
"district": "District",
"floor": "Floor",
"hamlet": "Hamlet",
"housename": "Housename",
"housenumber": "123",
"neighbourhood": "Neighbourhood",
"place": "Place",
"postcode": "Postcode",
"province": "Province",
"quarter": "Quarter",
"state": "State",
"street": "Street",
"subdistrict": "Subdistrict",
+8
View File
@@ -1,17 +1,21 @@
{
"type": "address",
"keys": [
"addr:block_number",
"addr:city",
"addr:conscriptionnumber",
"addr:county",
"addr:country",
"addr:district",
"addr:floor",
"addr:hamlet",
"addr:housename",
"addr:housenumber",
"addr:neighbourhood",
"addr:place",
"addr:postcode",
"addr:province",
"addr:quarter",
"addr:state",
"addr:street",
"addr:subdistrict",
@@ -23,17 +27,21 @@
"label": "Address",
"strings": {
"placeholders": {
"block_number": "Block number",
"city": "City",
"conscriptionnumber": "123",
"county": "County",
"country": "Country",
"district": "District",
"floor": "Floor",
"hamlet": "Hamlet",
"housename": "Housename",
"housenumber": "123",
"neighbourhood": "Neighbourhood",
"place": "Place",
"postcode": "Postcode",
"province": "Province",
"quarter": "Quarter",
"state": "State",
"street": "Street",
"subdistrict": "Subdistrict",
+4
View File
@@ -780,17 +780,21 @@
"address": {
"label": "Address",
"placeholders": {
"block_number": "Block number",
"city": "City",
"conscriptionnumber": "123",
"county": "County",
"country": "Country",
"district": "District",
"floor": "Floor",
"hamlet": "Hamlet",
"housename": "Housename",
"housenumber": "123",
"neighbourhood": "Neighbourhood",
"place": "Place",
"postcode": "Postcode",
"province": "Province",
"quarter": "Quarter",
"state": "State",
"street": "Street",
"subdistrict": "Subdistrict",