diff --git a/data/presets.yaml b/data/presets.yaml index 5bc78c952..54b801e85 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -6363,7 +6363,7 @@ en: shop/clothes/underwear: # 'shop=clothes, clothes=underwear' name: Underwear Store - # 'terms: boutique,bras,brassieres,briefs,boxers,clothes,fashion,lingerie,panties,slips,socks,stockings,underclothing,underpants' + # 'terms: boutique,bras,brassieres,briefs,boxers,fashion,lingerie,panties,slips,socks,stockings,underclothes,undergarments,underpants,undies' terms: '' shop/coffee: # shop=coffee diff --git a/data/presets/presets.json b/data/presets/presets.json index 206e1c82e..7c55448f2 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -921,7 +921,7 @@ "shop/chemist": {"icon": "maki-grocery", "geometry": ["point", "area"], "tags": {"shop": "chemist"}, "terms": ["apothecary", "beauty", "drug store", "drugstore", "gift", "hair", "med*", "pharmacy", "prescription", "tooth"], "name": "Drugstore"}, "shop/chocolate": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "chocolate"}, "terms": ["cocoa"], "name": "Chocolate Store"}, "shop/clothes": {"icon": "maki-clothing-store", "fields": ["name", "clothes", "{shop}"], "geometry": ["point", "area"], "tags": {"shop": "clothes"}, "terms": ["blouses", "boutique", "bras", "clothes", "dresses", "fashion", "pants", "shirts", "shorts", "skirts", "slacks", "socks", "suits", "underwear"], "name": "Clothing Store"}, - "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", "clothes", "fashion", "lingerie", "panties", "slips", "socks", "stockings", "underclothing", "underpants"], "name": "Underwear Store"}, + "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/coffee": {"icon": "maki-shop", "geometry": ["point", "area"], "tags": {"shop": "coffee"}, "name": "Coffee Store"}, "shop/computer": {"icon": "maki-shop", "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"}, diff --git a/data/presets/presets/shop/clothes/underwear.json b/data/presets/presets/shop/clothes/underwear.json index 016ccb7aa..65b1cb55c 100644 --- a/data/presets/presets/shop/clothes/underwear.json +++ b/data/presets/presets/shop/clothes/underwear.json @@ -18,15 +18,16 @@ "brassieres", "briefs", "boxers", - "clothes", "fashion", "lingerie", "panties", "slips", "socks", "stockings", - "underclothing", - "underpants" + "underclothes", + "undergarments", + "underpants", + "undies" ], "name": "Underwear Store" } diff --git a/dist/locales/en.json b/dist/locales/en.json index 3df414d58..6a56cfdf3 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -7731,7 +7731,7 @@ }, "shop/clothes/underwear": { "name": "Underwear Store", - "terms": "boutique,bras,brassieres,briefs,boxers,clothes,fashion,lingerie,panties,slips,socks,stockings,underclothing,underpants" + "terms": "boutique,bras,brassieres,briefs,boxers,fashion,lingerie,panties,slips,socks,stockings,underclothes,undergarments,underpants,undies" }, "shop/coffee": { "name": "Coffee Store",