This commit is contained in:
Bryan Housel
2016-06-05 20:51:01 -04:00
parent f1e3340c29
commit 02ba1ae0fd
3 changed files with 4 additions and 3 deletions

View File

@@ -1163,7 +1163,7 @@ en:
amenity/bbq:
# amenity=bbq
name: Barbecue/Grill
# 'terms: bbq'
# 'terms: bbq,grill'
terms: "<translate with synonyms or related terms for 'Barbecue/Grill', separated by commas>"
amenity/bench:
# amenity=bench

View File

@@ -441,7 +441,8 @@
"point"
],
"terms": [
"bbq"
"bbq",
"grill"
],
"tags": {
"amenity": "bbq"

View File

@@ -1611,7 +1611,7 @@
},
"amenity/bbq": {
"name": "Barbecue/Grill",
"terms": "bbq"
"terms": "bbq,grill"
},
"amenity/bench": {
"name": "Bench",