Filtering events by language
A new function that allows you to assign a language to events so that foreign students can quickly find and filter courses in English.
- new DB column: language of the talk (de / en)
**User View**
- filter dropdown >> select lang. of talk (de / en ) route: (/)
- language in card preview (description area) (/)
- language in detail page of the talk (near of location) (events/i)
**Editor View**
- New Language Selection in (events/new)
**Other contracts:**
- The Issue [90](https://gitlab.mediacube.at/mediacube/stempelheft/-/issues/90) group will ideally wait until we've done our implementation, then they'll start improving the filter view.

<img src="/uploads/c3378851ba8ab4aedb5aa24ba2b726ff/image.png" alt="Event Card" width="49%" height="49%">
<img src="/uploads/95fbb0311dab1ba0ef07f82218a9f9aa/image.png" alt="Event Page" width="49%" height="49%">
<img src="/uploads/3703e00a9c42c2f4ac05a8de31b081fe/image.png" alt="Create new Event" width="49%" height="49%">
issue