Describe the bug
Currently, in event header, the date is formatted using the format_event_date macro.
This macro relies on English locale custom for formatting the event date, which may not be OK for non-English languages.
To Reproduce
Steps to reproduce the behavior:
- Go to main page of an event.
- Switch to a different language
- See the date format in the event header stay the same, e.g. 1-13 listopada for Polish.
Expected behavior
The date format should reflect the language, e.g. probably be set by a translation template.
For Czech it would be 12.–14. září (for example).
Additional context
The macro in question is in modules/events/templates/display/conference/_util.html