forked from CGM_Public/pretix_original
Week calendar and more improvements to subevent calendars (#1672)
This commit is contained in:
0
src/pretix/helpers/formats/de/__init__.py
Normal file
0
src/pretix/helpers/formats/de/__init__.py
Normal file
3
src/pretix/helpers/formats/de/formats.py
Normal file
3
src/pretix/helpers/formats/de/formats.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# Date according to https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date
|
||||
WEEK_FORMAT = '\\K\\W W/o'
|
||||
WEEK_DAY_FORMAT = 'D, j.n.'
|
||||
@@ -2,3 +2,5 @@
|
||||
SHORT_DATE_FORMAT = 'Y-m-d'
|
||||
SHORT_DATETIME_FORMAT = 'Y-m-d H:i'
|
||||
TIME_FORMAT = 'H:i'
|
||||
WEEK_FORMAT = '\\W W, o'
|
||||
WEEK_DAY_FORMAT = 'D, M jS'
|
||||
|
||||
Reference in New Issue
Block a user