mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-22 03:36:37 +02:00
Merge pull request #7874 from fakeharahman/scuba-search
added snorkel shop as search item for scuba shop
This commit is contained in:
+1
-1
@@ -8357,7 +8357,7 @@ en:
|
||||
shop/scuba_diving:
|
||||
# shop=scuba_diving
|
||||
name: Scuba Diving Shop
|
||||
# 'terms: diving,scuba'
|
||||
# 'terms: diving,scuba,snorkel'
|
||||
terms: '<translate with synonyms or related terms for ''Scuba Diving Shop'', separated by commas>'
|
||||
shop/seafood:
|
||||
# shop=seafood
|
||||
|
||||
@@ -1181,7 +1181,7 @@
|
||||
"shop/radiotechnics": {"icon": "fas-microchip", "geometry": ["point", "area"], "tags": {"shop": "radiotechnics"}, "terms": ["antenna", "transistor"], "name": "Radio/Electronic Component Store"},
|
||||
"shop/religion": {"icon": "maki-shop", "fields": ["{shop}", "religion", "denomination"], "geometry": ["point", "area"], "tags": {"shop": "religion"}, "name": "Religious Store"},
|
||||
"shop/rental": {"icon": "fas-dolly", "geometry": ["point", "area"], "tags": {"shop": "rental"}, "name": "Rental Shop"},
|
||||
"shop/scuba_diving": {"icon": "temaki-scuba_diving", "fields": ["{shop}", "scuba_diving"], "geometry": ["point", "area"], "terms": ["diving", "scuba"], "tags": {"shop": "scuba_diving"}, "name": "Scuba Diving Shop"},
|
||||
"shop/scuba_diving": {"icon": "temaki-scuba_diving", "fields": ["{shop}", "scuba_diving"], "geometry": ["point", "area"], "terms": ["diving", "scuba", "snorkel"], "tags": {"shop": "scuba_diving"}, "name": "Scuba Diving Shop"},
|
||||
"shop/seafood": {"icon": "temaki-fish_cleaning", "geometry": ["point", "area"], "terms": ["fishmonger"], "tags": {"shop": "seafood"}, "name": "Seafood Shop"},
|
||||
"shop/second_hand": {"icon": "maki-shop", "fields": ["{shop}", "second_hand"], "geometry": ["point", "area"], "terms": ["secondhand", "second hand", "resale", "thrift", "used"], "tags": {"shop": "second_hand"}, "name": "Consignment/Thrift Store"},
|
||||
"shop/sewing": {"icon": "temaki-needle_and_spool", "geometry": ["point", "area"], "terms": ["haberdashery"], "tags": {"shop": "sewing"}, "name": "Sewing Supply Shop"},
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
],
|
||||
"terms": [
|
||||
"diving",
|
||||
"scuba"
|
||||
"scuba",
|
||||
"snorkel"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "scuba_diving"
|
||||
|
||||
Vendored
+1
-1
@@ -9855,7 +9855,7 @@
|
||||
},
|
||||
"shop/scuba_diving": {
|
||||
"name": "Scuba Diving Shop",
|
||||
"terms": "diving,scuba"
|
||||
"terms": "diving,scuba,snorkel"
|
||||
},
|
||||
"shop/seafood": {
|
||||
"name": "Seafood Shop",
|
||||
|
||||
+1
-1
@@ -123,4 +123,4 @@
|
||||
"browserslist": [
|
||||
"> 0.2%, last 6 major versions, Firefox ESR, maintained node versions"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user