Ticket #14663: norwegian_format_strings.diff
File norwegian_format_strings.diff, 6.1 KB (added by , 14 years ago) |
---|
-
django/conf/locale/nb/formats.py
diff --git a/django/conf/locale/nb/formats.py b/django/conf/locale/nb/formats.py index fbc6142..996eb5a 100644
a b SHORT_DATE_FORMAT = 'd.m.Y' 7 7 SHORT_DATETIME_FORMAT = 'd.m.Y H:i' 8 8 FIRST_DAY_OF_WEEK = 1 # Monday 9 9 DATE_INPUT_FORMATS = ( 10 '%Y-%m-%d', '% j.%m.%Y', '%j.%m.%y', # '2006-10-25', '25.10.2006', '25.10.06'11 '%Y-%m-% j', # '2006-10-25',12 # '% j. %b %Y', '%j%b %Y', # '25. okt 2006', '25 okt 2006'13 # '% j. %b. %Y', '%j%b. %Y', # '25. okt. 2006', '25 okt. 2006'14 # '% j. %B %Y', '%j%B %Y', # '25. oktober 2006', '25 oktober 2006'10 '%Y-%m-%d', '%d.%m.%Y', '%d.%m.%y', # '2006-10-25', '25.10.2006', '25.10.06' 11 '%Y-%m-%d', # '2006-10-25', 12 # '%d. %b %Y', '%d %b %Y', # '25. okt 2006', '25 okt 2006' 13 # '%d. %b. %Y', '%d %b. %Y', # '25. okt. 2006', '25 okt. 2006' 14 # '%d. %B %Y', '%d %B %Y', # '25. oktober 2006', '25 oktober 2006' 15 15 ) 16 16 TIME_INPUT_FORMATS = ( 17 17 '%H:%M:%S', # '14:30:59' … … DATETIME_INPUT_FORMATS = ( 21 21 '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' 22 22 '%Y-%m-%d %H:%M', # '2006-10-25 14:30' 23 23 '%Y-%m-%d', # '2006-10-25' 24 '%Y-%m-% j', # '2006-10-25'25 '% j.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59'26 '% j.%m.%Y %H:%M', # '25.10.2006 14:30'27 '% j.%m.%Y', # '25.10.2006'28 '% j.%m.%y %H:%M:%S', # '25.10.06 14:30:59'29 '% j.%m.%y %H:%M', # '25.10.06 14:30'30 '% j.%m.%y', # '25.10.06'24 '%Y-%m-%d', # '2006-10-25' 25 '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' 26 '%d.%m.%Y %H:%M', # '25.10.2006 14:30' 27 '%d.%m.%Y', # '25.10.2006' 28 '%d.%m.%y %H:%M:%S', # '25.10.06 14:30:59' 29 '%d.%m.%y %H:%M', # '25.10.06 14:30' 30 '%d.%m.%y', # '25.10.06' 31 31 ) 32 32 DECIMAL_SEPARATOR = ',' 33 33 THOUSAND_SEPARATOR = ' ' -
django/conf/locale/nn/formats.py
diff --git a/django/conf/locale/nn/formats.py b/django/conf/locale/nn/formats.py index fbc6142..996eb5a 100644
a b SHORT_DATE_FORMAT = 'd.m.Y' 7 7 SHORT_DATETIME_FORMAT = 'd.m.Y H:i' 8 8 FIRST_DAY_OF_WEEK = 1 # Monday 9 9 DATE_INPUT_FORMATS = ( 10 '%Y-%m-%d', '% j.%m.%Y', '%j.%m.%y', # '2006-10-25', '25.10.2006', '25.10.06'11 '%Y-%m-% j', # '2006-10-25',12 # '% j. %b %Y', '%j%b %Y', # '25. okt 2006', '25 okt 2006'13 # '% j. %b. %Y', '%j%b. %Y', # '25. okt. 2006', '25 okt. 2006'14 # '% j. %B %Y', '%j%B %Y', # '25. oktober 2006', '25 oktober 2006'10 '%Y-%m-%d', '%d.%m.%Y', '%d.%m.%y', # '2006-10-25', '25.10.2006', '25.10.06' 11 '%Y-%m-%d', # '2006-10-25', 12 # '%d. %b %Y', '%d %b %Y', # '25. okt 2006', '25 okt 2006' 13 # '%d. %b. %Y', '%d %b. %Y', # '25. okt. 2006', '25 okt. 2006' 14 # '%d. %B %Y', '%d %B %Y', # '25. oktober 2006', '25 oktober 2006' 15 15 ) 16 16 TIME_INPUT_FORMATS = ( 17 17 '%H:%M:%S', # '14:30:59' … … DATETIME_INPUT_FORMATS = ( 21 21 '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' 22 22 '%Y-%m-%d %H:%M', # '2006-10-25 14:30' 23 23 '%Y-%m-%d', # '2006-10-25' 24 '%Y-%m-% j', # '2006-10-25'25 '% j.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59'26 '% j.%m.%Y %H:%M', # '25.10.2006 14:30'27 '% j.%m.%Y', # '25.10.2006'28 '% j.%m.%y %H:%M:%S', # '25.10.06 14:30:59'29 '% j.%m.%y %H:%M', # '25.10.06 14:30'30 '% j.%m.%y', # '25.10.06'24 '%Y-%m-%d', # '2006-10-25' 25 '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' 26 '%d.%m.%Y %H:%M', # '25.10.2006 14:30' 27 '%d.%m.%Y', # '25.10.2006' 28 '%d.%m.%y %H:%M:%S', # '25.10.06 14:30:59' 29 '%d.%m.%y %H:%M', # '25.10.06 14:30' 30 '%d.%m.%y', # '25.10.06' 31 31 ) 32 32 DECIMAL_SEPARATOR = ',' 33 33 THOUSAND_SEPARATOR = ' ' -
django/conf/locale/no/formats.py
diff --git a/django/conf/locale/no/formats.py b/django/conf/locale/no/formats.py index fbc6142..996eb5a 100644
a b SHORT_DATE_FORMAT = 'd.m.Y' 7 7 SHORT_DATETIME_FORMAT = 'd.m.Y H:i' 8 8 FIRST_DAY_OF_WEEK = 1 # Monday 9 9 DATE_INPUT_FORMATS = ( 10 '%Y-%m-%d', '% j.%m.%Y', '%j.%m.%y', # '2006-10-25', '25.10.2006', '25.10.06'11 '%Y-%m-% j', # '2006-10-25',12 # '% j. %b %Y', '%j%b %Y', # '25. okt 2006', '25 okt 2006'13 # '% j. %b. %Y', '%j%b. %Y', # '25. okt. 2006', '25 okt. 2006'14 # '% j. %B %Y', '%j%B %Y', # '25. oktober 2006', '25 oktober 2006'10 '%Y-%m-%d', '%d.%m.%Y', '%d.%m.%y', # '2006-10-25', '25.10.2006', '25.10.06' 11 '%Y-%m-%d', # '2006-10-25', 12 # '%d. %b %Y', '%d %b %Y', # '25. okt 2006', '25 okt 2006' 13 # '%d. %b. %Y', '%d %b. %Y', # '25. okt. 2006', '25 okt. 2006' 14 # '%d. %B %Y', '%d %B %Y', # '25. oktober 2006', '25 oktober 2006' 15 15 ) 16 16 TIME_INPUT_FORMATS = ( 17 17 '%H:%M:%S', # '14:30:59' … … DATETIME_INPUT_FORMATS = ( 21 21 '%Y-%m-%d %H:%M:%S', # '2006-10-25 14:30:59' 22 22 '%Y-%m-%d %H:%M', # '2006-10-25 14:30' 23 23 '%Y-%m-%d', # '2006-10-25' 24 '%Y-%m-% j', # '2006-10-25'25 '% j.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59'26 '% j.%m.%Y %H:%M', # '25.10.2006 14:30'27 '% j.%m.%Y', # '25.10.2006'28 '% j.%m.%y %H:%M:%S', # '25.10.06 14:30:59'29 '% j.%m.%y %H:%M', # '25.10.06 14:30'30 '% j.%m.%y', # '25.10.06'24 '%Y-%m-%d', # '2006-10-25' 25 '%d.%m.%Y %H:%M:%S', # '25.10.2006 14:30:59' 26 '%d.%m.%Y %H:%M', # '25.10.2006 14:30' 27 '%d.%m.%Y', # '25.10.2006' 28 '%d.%m.%y %H:%M:%S', # '25.10.06 14:30:59' 29 '%d.%m.%y %H:%M', # '25.10.06 14:30' 30 '%d.%m.%y', # '25.10.06' 31 31 ) 32 32 DECIMAL_SEPARATOR = ',' 33 33 THOUSAND_SEPARATOR = ' '