Skip to content

Commit

Permalink
Add translatable strings to building field (#764)
Browse files Browse the repository at this point in the history
For values already supported by iD as preset
  • Loading branch information
kjonosm committed Jan 30, 2023
1 parent 20f2e23 commit 9490ffe
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions data/fields/building.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,65 @@
"key": "building",
"type": "combo",
"label": "Building",
"strings": {
"options": {
"allotment_house": "Allotment House",
"apartments": "Apartment Building",
"barn": "Barn",
"boathouse": "Boathouse",
"bungalow": "Bungalow",
"cabin": "Cabin",
"carport": "Carport",
"cathedral": "Cathedral Building",
"chapel": "Chapel Building",
"church": "Church Building",
"civic": "Civic Building",
"college": "College Building",
"commercial": "Commercial Building",
"construction": "Building Under Construction",
"cowshed": "Cowshed",
"detached": "Detached House",
"dormitory": "Dormitory",
"farm": "Farm House",
"farm_auxiliary": "Farm Building",
"fire_station": "Fire Station Building",
"garage": "Garage",
"garages": "Garages",
"ger": "Yurt",
"grandstand": "Grandstand",
"greenhouse": "Greenhouse",
"hangar": "Hangar Building",
"hospital": "Hospital Building",
"hotel": "Hotel Building",
"house": "House",
"houseboat": "Houseboat",
"hut": "Hut",
"industrial": "Industrial Building",
"kindergarten": "Preschool / Kindergarten Building",
"mosque": "Mosque Building",
"office": "Office Building",
"pavilion": "Pavilion Building",
"public": "Public Building",
"residential": "Residential Building",
"retail": "Retail Building",
"roof": "Roof",
"ruins": "Building Ruins",
"school": "School Building",
"semidetached_house": "Semi-Detached House",
"service": "Service Building",
"shed": "Shed",
"stable": "Stable",
"stadium": "Stadium Building",
"static_caravan": "Mobile Home",
"sty": "Pigsty",
"synagogue": "Synagogue Building",
"temple": "Temple Building",
"terrace": "Row Houses",
"transportation": "Transportation Building",
"university": "University Building",
"warehouse": "Warehouse"
}
},
"terms": [
"structure"
]
Expand Down

0 comments on commit 9490ffe

Please sign in to comment.