mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Force ISO8601 date format for locale 'en'
This commit is contained in:
@@ -232,6 +232,10 @@ LOCALE_PATHS = (
|
||||
os.path.join(os.path.dirname(__file__), 'locale'),
|
||||
)
|
||||
|
||||
FORMAT_MODULE_PATH = [
|
||||
'pretix.helpers.formats',
|
||||
]
|
||||
|
||||
LANGUAGES = [
|
||||
('en', _('English')),
|
||||
('de', _('German')),
|
||||
|
||||
Reference in New Issue
Block a user