mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-27 14:30:22 +01:00
Merge pull request #4389 from openstreetmap/sweet
Update confectionery presets
This commit is contained in:
@@ -2530,9 +2530,9 @@ en:
|
||||
terms: '<translate with synonyms or related terms for ''Clockmaker'', separated by commas>'
|
||||
craft/confectionery:
|
||||
# craft=confectionery
|
||||
name: Confectionery
|
||||
# 'terms: sweets,candy'
|
||||
terms: '<translate with synonyms or related terms for ''Confectionery'', separated by commas>'
|
||||
name: Candy Maker
|
||||
# 'terms: sweet,candy'
|
||||
terms: '<translate with synonyms or related terms for ''Candy Maker'', separated by commas>'
|
||||
craft/distillery:
|
||||
# craft=distillery
|
||||
name: Distillery
|
||||
@@ -4352,6 +4352,7 @@ en:
|
||||
shop/confectionery:
|
||||
# shop=confectionery
|
||||
name: Candy Store
|
||||
# 'terms: sweet'
|
||||
terms: '<translate with synonyms or related terms for ''Candy Store'', separated by commas>'
|
||||
shop/convenience:
|
||||
# shop=convenience
|
||||
|
||||
@@ -5035,13 +5035,13 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"sweets",
|
||||
"sweet",
|
||||
"candy"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "confectionery"
|
||||
},
|
||||
"name": "Confectionery"
|
||||
"name": "Candy Maker"
|
||||
},
|
||||
"craft/distillery": {
|
||||
"icon": "poi-storage-tank",
|
||||
@@ -13076,6 +13076,9 @@
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"sweet"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "confectionery"
|
||||
},
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"sweets",
|
||||
"sweet",
|
||||
"candy"
|
||||
],
|
||||
"tags": {
|
||||
"craft": "confectionery"
|
||||
},
|
||||
"name": "Confectionery"
|
||||
"name": "Candy Maker"
|
||||
}
|
||||
|
||||
@@ -11,6 +11,9 @@
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"sweet"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "confectionery"
|
||||
},
|
||||
|
||||
6
dist/locales/en.json
vendored
6
dist/locales/en.json
vendored
@@ -3307,8 +3307,8 @@
|
||||
"terms": ""
|
||||
},
|
||||
"craft/confectionery": {
|
||||
"name": "Confectionery",
|
||||
"terms": "sweets,candy"
|
||||
"name": "Candy Maker",
|
||||
"terms": "sweet,candy"
|
||||
},
|
||||
"craft/distillery": {
|
||||
"name": "Distillery",
|
||||
@@ -4928,7 +4928,7 @@
|
||||
},
|
||||
"shop/confectionery": {
|
||||
"name": "Candy Store",
|
||||
"terms": ""
|
||||
"terms": "sweet"
|
||||
},
|
||||
"shop/convenience": {
|
||||
"name": "Convenience Store",
|
||||
|
||||
Reference in New Issue
Block a user