Add opening_hours=closed option, reset translations

This commit is contained in:
Pieter Vander Vennet 2024-03-05 00:31:29 +01:00
parent 7b590e73a2
commit 0ba556a412
13 changed files with 29 additions and 14 deletions

View file

@ -726,13 +726,23 @@
"freeform": {
"key": "opening_hours",
"type": "opening_hours"
}
},
"mappings": [
{
"#": "Just here to be able to handle those ~5000 incorrect 'opening_hours=closed' elements.",
"if": "opening_hours=closed",
"then": {
"en": "Marked as closed for an unspecified time"
},
"hideInAnswer": true
}
]
},
{
"id": "opening_hours_24_7",
"builtin": "opening_hours",
"override": {
"mappings": [
"+mappings": [
{
"if": "opening_hours=24/7",
"then": {