mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 21:48:03 +02:00
Update name of shop=craft to use an ampersand (re: #7224)
This commit is contained in:
+2
-2
@@ -7588,9 +7588,9 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Country Store'', separated by commas>'
|
||||
shop/craft:
|
||||
# shop=craft
|
||||
name: Arts and Crafts Store
|
||||
name: Arts & Crafts Store
|
||||
# 'terms: art*,paint*,frame'
|
||||
terms: '<translate with synonyms or related terms for ''Arts and Crafts Store'', separated by commas>'
|
||||
terms: '<translate with synonyms or related terms for ''Arts & Crafts Store'', separated by commas>'
|
||||
shop/curtain:
|
||||
# shop=curtain
|
||||
name: Curtain Store
|
||||
|
||||
@@ -1067,7 +1067,7 @@
|
||||
"shop/copyshop": {"icon": "fas-print", "geometry": ["point", "area"], "tags": {"shop": "copyshop"}, "terms": ["print", "scan"], "name": "Copy Store"},
|
||||
"shop/cosmetics": {"icon": "temaki-lipstick", "geometry": ["point", "area"], "tags": {"shop": "cosmetics"}, "terms": ["make-up", "makeup"], "name": "Cosmetics Store"},
|
||||
"shop/country_store": {"icon": "fas-hat-cowboy-side", "geometry": ["point", "area"], "tags": {"shop": "country_store"}, "name": "Country Store"},
|
||||
"shop/craft": {"icon": "fas-palette", "geometry": ["point", "area"], "tags": {"shop": "craft"}, "terms": ["art*", "paint*", "frame"], "name": "Arts and Crafts Store"},
|
||||
"shop/craft": {"icon": "fas-palette", "geometry": ["point", "area"], "tags": {"shop": "craft"}, "terms": ["art*", "paint*", "frame"], "name": "Arts & Crafts Store"},
|
||||
"shop/curtain": {"icon": "maki-shop", "geometry": ["point", "area"], "terms": ["drape*", "window"], "tags": {"shop": "curtain"}, "name": "Curtain Store"},
|
||||
"shop/dairy": {"icon": "fas-cheese", "geometry": ["point", "area"], "terms": ["milk", "egg", "cheese"], "tags": {"shop": "dairy"}, "name": "Dairy Store"},
|
||||
"shop/deli": {"icon": "maki-restaurant", "geometry": ["point", "area"], "terms": ["lunch", "meat", "sandwich"], "tags": {"shop": "deli"}, "name": "Deli"},
|
||||
|
||||
@@ -12,5 +12,5 @@
|
||||
"paint*",
|
||||
"frame"
|
||||
],
|
||||
"name": "Arts and Crafts Store"
|
||||
"name": "Arts & Crafts Store"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1010,7 +1010,7 @@
|
||||
{"key": "shop", "value": "copyshop", "description": "🄿 Copy Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-print.svg"},
|
||||
{"key": "shop", "value": "cosmetics", "description": "🄿 Cosmetics Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/ideditor/temaki/icons/lipstick.svg"},
|
||||
{"key": "shop", "value": "country_store", "description": "🄿 Country Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-hat-cowboy-side.svg"},
|
||||
{"key": "shop", "value": "craft", "description": "🄿 Arts and Crafts Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-palette.svg"},
|
||||
{"key": "shop", "value": "craft", "description": "🄿 Arts & Crafts Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-palette.svg"},
|
||||
{"key": "shop", "value": "curtain", "description": "🄿 Curtain Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/shop-15.svg"},
|
||||
{"key": "shop", "value": "dairy", "description": "🄿 Dairy Store", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/openstreetmap/iD@master/svg/fontawesome/fas-cheese.svg"},
|
||||
{"key": "shop", "value": "deli", "description": "🄿 Deli", "object_types": ["node", "area"], "icon_url": "https://cdn.jsdelivr.net/gh/mapbox/maki/icons/restaurant-15.svg"},
|
||||
|
||||
Vendored
+1
-1
@@ -9047,7 +9047,7 @@
|
||||
"terms": ""
|
||||
},
|
||||
"shop/craft": {
|
||||
"name": "Arts and Crafts Store",
|
||||
"name": "Arts & Crafts Store",
|
||||
"terms": "art*,paint*,frame"
|
||||
},
|
||||
"shop/curtain": {
|
||||
|
||||
Reference in New Issue
Block a user