1
0
mirror of https://github.com/django/django.git synced 2025-01-18 14:24:39 +00:00

Corrected FIRST_DAY_OF_WEEK for fr_CA.

Thanks Simon Charette for the review.
This commit is contained in:
Candide U 2024-01-29 20:40:33 -05:00 committed by Mariusz Felisiak
parent 11393ab131
commit 55f9512489

View File

@ -9,7 +9,7 @@ YEAR_MONTH_FORMAT = "F Y"
MONTH_DAY_FORMAT = "j F"
SHORT_DATE_FORMAT = "Y-m-d"
SHORT_DATETIME_FORMAT = "Y-m-d H\xa0h\xa0i"
FIRST_DAY_OF_WEEK = 1 # Lundi
FIRST_DAY_OF_WEEK = 0 # Dimanche
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior