Fix translations, add opening hours to cycle themed objects
This commit is contained in:
parent
8c610d0c11
commit
62785aa4c4
2 changed files with 8 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -47,6 +47,12 @@
|
|||
"freeform": {
|
||||
"key": "email"
|
||||
}
|
||||
},
|
||||
{
|
||||
"render": "{opening_hours_table(opening_hours)}",
|
||||
"freeform": {
|
||||
"key": "opening_hours"
|
||||
}
|
||||
}
|
||||
],
|
||||
"hideUnderlayingFeaturesMinPercentage": 0,
|
||||
|
|
Loading…
Reference in a new issue