mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 11:16:36 +02:00
Add outdoor_seating options
This commit is contained in:
committed by
Mert Emin Kalender
parent
a4eda3cf08
commit
b2bd8ada9d
@@ -817,6 +817,11 @@ en:
|
||||
outdoor_seating:
|
||||
# outdoor_seating=*
|
||||
label: Outdoor Seating
|
||||
options:
|
||||
# outdoor_seating=yes
|
||||
yes: Outdoor seating is possible
|
||||
# outdoor_seating=no
|
||||
no: No outdoor seating
|
||||
par:
|
||||
# par=*
|
||||
label: Par
|
||||
|
||||
@@ -1106,7 +1106,14 @@
|
||||
"outdoor_seating": {
|
||||
"key": "outdoor_seating",
|
||||
"type": "combo",
|
||||
"label": "Outdoor Seating"
|
||||
"label": "Outdoor Seating",
|
||||
"placeholder": "Yes, No...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"no": "No outdoor seating",
|
||||
"yes": "Outdoor seating is possible"
|
||||
}
|
||||
}
|
||||
},
|
||||
"par": {
|
||||
"key": "par",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
{
|
||||
"key": "outdoor_seating",
|
||||
"type": "combo",
|
||||
"label": "Outdoor Seating"
|
||||
"label": "Outdoor Seating",
|
||||
"placeholder": "Yes, No...",
|
||||
"strings": {
|
||||
"options": {
|
||||
"no": "No outdoor seating",
|
||||
"yes": "Outdoor seating is possible"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user