The schedule is rendered in English locale (AM/PM time format, English date labels etc.)
Expected behavior:
The schedule is fully localized to Czech (or any selected locale).
I noticed, that <html lang="cs"> attributes changes the language of the room informational tooltip to Czech (with the attribute missing, the tooltips were in English). But the rest of the widget stays in English.
Also the generated code snippet includes schedule/widget/v2.en.js script file. I changed it to schedule/widget/v2.cs.js, also with no effect.
STR:
/orga/event/<event-slug>/settings/widget
What happens:
Expected behavior:
I noticed, that
<html lang="cs">
attributes changes the language of the room informational tooltip to Czech (with the attribute missing, the tooltips were in English). But the rest of the widget stays in English.Also the generated code snippet includes
schedule/widget/v2.en.js
script file. I changed it toschedule/widget/v2.cs.js
, also with no effect.