mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
Support multiple values in the beauty field (close #7215)
This commit is contained in:
+1
-1
@@ -285,7 +285,7 @@ en:
|
||||
onsen: Japanese Onsen
|
||||
beauty:
|
||||
# beauty=*
|
||||
label: Beauty Specialty
|
||||
label: Services
|
||||
bench:
|
||||
# bench=*
|
||||
label: Bench
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"bath/open_air": {"key": "bath:open_air", "label": "Open Air", "type": "check"},
|
||||
"bath/sand_bath": {"key": "bath:sand_bath", "label": "Sand Bath", "type": "check"},
|
||||
"bath/type": {"key": "bath:type", "type": "combo", "label": "Specialty", "strings": {"options": {"onsen": "Japanese Onsen", "foot_bath": "Foot Bath", "hot_spring": "Hot Spring"}}},
|
||||
"beauty": {"key": "beauty", "type": "combo", "label": "Beauty Specialty"},
|
||||
"beauty": {"key": "beauty", "type": "semiCombo", "label": "Services"},
|
||||
"bench": {"key": "bench", "type": "check", "label": "Bench", "terms": ["seating"]},
|
||||
"bicycle_parking": {"key": "bicycle_parking", "type": "combo", "label": "Type"},
|
||||
"bin": {"key": "bin", "type": "check", "label": "Waste Bin", "terms": ["garbage can", "trash can"]},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "beauty",
|
||||
"type": "combo",
|
||||
"label": "Beauty Specialty"
|
||||
"type": "semiCombo",
|
||||
"label": "Services"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1340,7 +1340,7 @@
|
||||
{"key": "bath:type", "value": "onsen", "description": "🄵 Specialty"},
|
||||
{"key": "bath:type", "value": "foot_bath", "description": "🄵 Specialty"},
|
||||
{"key": "bath:type", "value": "hot_spring", "description": "🄵 Specialty"},
|
||||
{"key": "beauty", "description": "🄵 Beauty Specialty"},
|
||||
{"key": "beauty", "description": "🄵 Services"},
|
||||
{"key": "bench", "description": "🄵 Bench"},
|
||||
{"key": "bicycle_parking", "description": "🄵 Type"},
|
||||
{"key": "bin", "description": "🄵 Waste Bin"},
|
||||
|
||||
Vendored
+1
-1
@@ -2799,7 +2799,7 @@
|
||||
}
|
||||
},
|
||||
"beauty": {
|
||||
"label": "Beauty Specialty"
|
||||
"label": "Services"
|
||||
},
|
||||
"bench": {
|
||||
"label": "Bench",
|
||||
|
||||
Reference in New Issue
Block a user