A11y: add labels to previously unlabeled buttons, fix order

This commit is contained in:
Pieter Vander Vennet 2023-12-14 18:25:35 +01:00
parent 736ab13ceb
commit fdde0aaeb3
21 changed files with 287 additions and 86 deletions

View file

@ -524,7 +524,7 @@
},
{
"id": "Reservation",
"condition": "amenity=restaurant",
"condition": "takeaway=only",
"question": {
"en": "Is a reservation required for this place?",
"nl": "Is reserveren verplicht voor deze zaak?",
@ -581,7 +581,8 @@
"cs": "Rezervace na tomto místě není možná"
}
}
]
],
"#condition": "If one can only do takeaway or deliveries, it is nonsensical to ask if a 'reservation' is possible"
},
{
"question": {
@ -731,6 +732,13 @@
"pl": "Wszystkie dania są wegetariańskie",
"cs": "Všechna jídla jsou vegetariánská"
}
},
{
"if": "diet:vegetarian=on_demand",
"then": {
"en": "Some dishes might be adapted to a vegetarian version, but this should be demanded",
"nl": "Sommige gerechten kunnen op vraag vegetarisch gemaakt worden"
}
}
],
"condition": "cuisine!=friture",
@ -798,6 +806,13 @@
"pl": "Wszystkie dania są wegańskie",
"cs": "Všechna jídla jsou veganská"
}
},
{
"if": "diet:vegan=on_demand",
"then": {
"en": "Some dishes might be adapted to a vegan version if asked for",
"nl": "Op vraag kan een veganistische variant van een gerecht gemaakt worden"
}
}
],
"condition": "cuisine!=friture",