feat: Adds language dropdown to subevent

This commit is contained in:
Vincent Mahnke 2025-11-12 13:41:30 +01:00
commit 5a349822d7
Signed by: ViMaSter
GPG key ID: 6D787326BA7D6469
4 changed files with 139 additions and 10 deletions

View file

@ -62,6 +62,21 @@ Development setup
6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in
the 'plugins' tab in the settings.
Changelog
---------
1.1.0
~~~~~
- Add subevent-level "Language" field and use it to emit ``<language>`` per subevent (defaults to ``none``).
1.0.0
~~~~~
- Initial release
License
-------