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"
}),
ph_not_known: new T({
"en": "unknown",
"nl": "niet gekend"
"en": " ",
"nl": " "
}),
ph_closed: new T({
"en": "closed",

View file

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