summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorslollo <ms@pereslavl.ru>2014-10-29 03:40:02 +0300
committerTim Graham <timograham@gmail.com>2014-10-30 09:20:57 -0400
commitffd31c017f94234e1024a3345f601b020980aa47 (patch)
treef75486e1f103ec852817912dc95a9de0ed007d4f /django
parentd9bb7128fe7bc565a2dbbd1e89bb0345711b46f6 (diff)
[1.7.x] Updated FIRST_DAY_OF_WEEK for Ukrainian to Monday.
Backport of eab3dc195e from master
Diffstat (limited to 'django')
-rw-r--r--django/conf/locale/uk/formats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/uk/formats.py b/django/conf/locale/uk/formats.py
index e2a3363ca8..821585fbb2 100644
--- a/django/conf/locale/uk/formats.py
+++ b/django/conf/locale/uk/formats.py
@@ -13,7 +13,7 @@ YEAR_MONTH_FORMAT = 'F Y'
MONTH_DAY_FORMAT = 'j F'
SHORT_DATE_FORMAT = 'j M Y'
# SHORT_DATETIME_FORMAT =
-# FIRST_DAY_OF_WEEK =
+FIRST_DAY_OF_WEEK = 1 # Monday
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
# see http://docs.python.org/library/datetime.html#strftime-strptime-behavior