From 2509e113ca2ef4a02cfc771bfdaaf508739f3a7f Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Sun, 7 Jun 2020 19:46:07 -0400 Subject: [PATCH] Add terms to storage rental preset (close #7681) --- data/presets.yaml | 2 +- data/presets/presets.json | 2 +- data/presets/presets/shop/storage_rental.json | 8 +++++++- dist/locales/en.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/data/presets.yaml b/data/presets.yaml index 479427520..25f3703ae 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -8335,7 +8335,7 @@ en: shop/storage_rental: # shop=storage_rental name: Storage Rental - # 'terms: garages' + # 'terms: device storage,garages,self storage,self-service storage,storage lockers,storage rental,storage units' terms: '' shop/supermarket: # shop=supermarket diff --git a/data/presets/presets.json b/data/presets/presets.json index 2ba9c61b1..85ac8dbf6 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1189,7 +1189,7 @@ "shop/spices": {"icon": "temaki-spice_bottle", "geometry": ["point", "area"], "terms": ["chili", "cinnamon", "curry", "ginger", "herbs", "pepper", "saffron", "salt", "spice store", "spices", "turmeric", "wasabi"], "tags": {"shop": "spices"}, "name": "Spice Shop"}, "shop/sports": {"icon": "fas-futbol", "fields": ["name", "operator", "sport", "{shop}"], "geometry": ["point", "area"], "tags": {"shop": "sports"}, "terms": ["athletics"], "name": "Sporting Goods Store"}, "shop/stationery": {"icon": "fas-paperclip", "geometry": ["point", "area"], "terms": ["card", "paper"], "tags": {"shop": "stationery"}, "name": "Stationery Store"}, - "shop/storage_rental": {"icon": "temaki-storage_rental", "geometry": ["point", "area"], "tags": {"shop": "storage_rental"}, "terms": ["garages"], "name": "Storage Rental"}, + "shop/storage_rental": {"icon": "temaki-storage_rental", "geometry": ["point", "area"], "tags": {"shop": "storage_rental"}, "terms": ["device storage", "garages", "self storage", "self-service storage", "storage lockers", "storage rental", "storage units"], "name": "Storage Rental"}, "shop/supermarket": {"icon": "maki-grocery", "moreFields": ["{shop}", "diet_multi"], "geometry": ["point", "area"], "terms": ["grocery", "store", "shop"], "tags": {"shop": "supermarket"}, "name": "Supermarket"}, "shop/swimming_pool": {"icon": "fas-swimmer", "geometry": ["point", "area"], "terms": ["hot tub equipment store", "hot tub maintenance store", "hot tub supply store", "pool shop", "pool store", "swimming pool equipment store", "swimming pool installation store", "swimming pool maintenance store", "swimming pool supply shop"], "tags": {"shop": "swimming_pool"}, "name": "Pool Supply Store"}, "shop/tailor": {"icon": "temaki-needle_and_spool", "geometry": ["point", "area"], "terms": ["clothes", "suit"], "tags": {"shop": "tailor"}, "name": "Tailor"}, diff --git a/data/presets/presets/shop/storage_rental.json b/data/presets/presets/shop/storage_rental.json index c0aa71cd0..7190b072d 100644 --- a/data/presets/presets/shop/storage_rental.json +++ b/data/presets/presets/shop/storage_rental.json @@ -8,7 +8,13 @@ "shop": "storage_rental" }, "terms": [ - "garages" + "device storage", + "garages", + "self storage", + "self-service storage", + "storage lockers", + "storage rental", + "storage units" ], "name": "Storage Rental" } diff --git a/dist/locales/en.json b/dist/locales/en.json index 19d1b8435..3a278b754 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -9738,7 +9738,7 @@ }, "shop/storage_rental": { "name": "Storage Rental", - "terms": "garages" + "terms": "device storage,garages,self storage,self-service storage,storage lockers,storage rental,storage units" }, "shop/supermarket": { "name": "Supermarket",