Fix translations, add opening hours to cycle themed objects

This commit is contained in:
Pieter Vander Vennet 2020-10-09 20:41:26 +02:00
parent 8c610d0c11
commit 62785aa4c4
2 changed files with 8 additions and 2 deletions

View file

@ -907,8 +907,8 @@ export default class Translations {
"nl": "Gesloten" "nl": "Gesloten"
}), }),
ph_not_known: new T({ ph_not_known: new T({
"en": "unknown", "en": " ",
"nl": "niet gekend" "nl": " "
}), }),
ph_closed: new T({ ph_closed: new T({
"en": "closed", "en": "closed",

View file

@ -47,6 +47,12 @@
"freeform": { "freeform": {
"key": "email" "key": "email"
} }
},
{
"render": "{opening_hours_table(opening_hours)}",
"freeform": {
"key": "opening_hours"
}
} }
], ],
"hideUnderlayingFeaturesMinPercentage": 0, "hideUnderlayingFeaturesMinPercentage": 0,