mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Add terms to shop=collector preset (re: #7588)
This commit is contained in:
+1
-1
@@ -7812,7 +7812,7 @@ en:
|
||||
shop/collector:
|
||||
# shop=collector
|
||||
name: Collectibles Shop
|
||||
# 'terms: antiques,coins,collection,collectors,comics,dolls,figurines,stamps,thrift'
|
||||
# 'terms: antiques,coins,collection,collectors,comics,dolls,figurines,numismatics,philately,stamps,thrift'
|
||||
terms: '<translate with synonyms or related terms for ''Collectibles Shop'', separated by commas>'
|
||||
shop/computer:
|
||||
# shop=computer
|
||||
|
||||
@@ -1083,7 +1083,7 @@
|
||||
"shop/clothes/underwear": {"icon": "maki-clothing-store", "geometry": ["point", "area"], "tags": {"shop": "clothes", "clothes": "underwear"}, "reference": {"key": "clothes", "value": "underwear"}, "terms": ["boutique", "bras", "brassieres", "briefs", "boxers", "fashion", "lingerie", "panties", "slips", "socks", "stockings", "underclothes", "undergarments", "underpants", "undies"], "name": "Underwear Store"},
|
||||
"shop/clothes/wedding": {"icon": "temaki-gown", "geometry": ["point", "area"], "tags": {"shop": "clothes", "clothes": "wedding"}, "reference": {"key": "clothes", "value": "wedding"}, "terms": ["boutique", "bridal", "bride", "bridegroom", "bridesmaid", "groom", "groomsman", "tuxedo", "wedding dress", "wedding gown"], "name": "Wedding Clothes Store"},
|
||||
"shop/coffee": {"icon": "temaki-coffee", "geometry": ["point", "area"], "tags": {"shop": "coffee"}, "name": "Coffee Store"},
|
||||
"shop/collector": {"icon": "fas-th", "fields": ["name", "collector", "{shop}"], "geometry": ["point", "area"], "terms": ["antiques", "coins", "collection", "collectors", "comics", "dolls", "figurines", "stamps", "thrift"], "tags": {"shop": "collector"}, "name": "Collectibles Shop"},
|
||||
"shop/collector": {"icon": "fas-th", "fields": ["name", "collector", "{shop}"], "geometry": ["point", "area"], "terms": ["antiques", "coins", "collection", "collectors", "comics", "dolls", "figurines", "numismatics", "philately", "stamps", "thrift"], "tags": {"shop": "collector"}, "name": "Collectibles Shop"},
|
||||
"shop/computer": {"icon": "fas-laptop", "geometry": ["point", "area"], "tags": {"shop": "computer"}, "terms": ["desktop", "laptop", "hardware", "operating system", "software"], "name": "Computer Store"},
|
||||
"shop/confectionery": {"icon": "maki-confectionery", "geometry": ["point", "area"], "terms": ["sweet"], "tags": {"shop": "confectionery"}, "name": "Candy Store"},
|
||||
"shop/convenience": {"icon": "fas-shopping-basket", "geometry": ["point", "area"], "tags": {"shop": "convenience"}, "name": "Convenience Store"},
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
"comics",
|
||||
"dolls",
|
||||
"figurines",
|
||||
"numismatics",
|
||||
"philately",
|
||||
"stamps",
|
||||
"thrift"
|
||||
],
|
||||
|
||||
Vendored
+1
-1
@@ -9267,7 +9267,7 @@
|
||||
},
|
||||
"shop/collector": {
|
||||
"name": "Collectibles Shop",
|
||||
"terms": "antiques,coins,collection,collectors,comics,dolls,figurines,stamps,thrift"
|
||||
"terms": "antiques,coins,collection,collectors,comics,dolls,figurines,numismatics,philately,stamps,thrift"
|
||||
},
|
||||
"shop/computer": {
|
||||
"name": "Computer Store",
|
||||
|
||||
Reference in New Issue
Block a user