mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
* Create __init__.py * Create formats.py for Canadian English Referencing: https://github.com/pretix/pretix/discussions/3842 Based on: - https://github.com/pretix/pretix/blob/master/src/pretix/helpers/formats/en_US/formats.py (for time formatting and structure) - https://github.com/django/django/blob/main/django/conf/locale/fr_CA/formats.py (For dates) * Update __init__.py --------- Co-authored-by: Raphael Michel <mail@raphaelmichel.de>