Ticket #14663: norwegian_format_strings.diff

File norwegian_format_strings.diff, 6.1 KB (added by Nils Fredrik Gjerull, 14 years ago)

Correct norwegian input formats.

  • 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'  
    77SHORT_DATETIME_FORMAT = 'd.m.Y H:i'
    88FIRST_DAY_OF_WEEK = 1 # Monday
    99DATE_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'
    1515)
    1616TIME_INPUT_FORMATS = (
    1717    '%H:%M:%S',     # '14:30:59'
    DATETIME_INPUT_FORMATS = (  
    2121    '%Y-%m-%d %H:%M:%S',     # '2006-10-25 14:30:59'
    2222    '%Y-%m-%d %H:%M',        # '2006-10-25 14:30'
    2323    '%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'
    3131)
    3232DECIMAL_SEPARATOR = ','
    3333THOUSAND_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'  
    77SHORT_DATETIME_FORMAT = 'd.m.Y H:i'
    88FIRST_DAY_OF_WEEK = 1 # Monday
    99DATE_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'
    1515)
    1616TIME_INPUT_FORMATS = (
    1717    '%H:%M:%S',     # '14:30:59'
    DATETIME_INPUT_FORMATS = (  
    2121    '%Y-%m-%d %H:%M:%S',     # '2006-10-25 14:30:59'
    2222    '%Y-%m-%d %H:%M',        # '2006-10-25 14:30'
    2323    '%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'
    3131)
    3232DECIMAL_SEPARATOR = ','
    3333THOUSAND_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'  
    77SHORT_DATETIME_FORMAT = 'd.m.Y H:i'
    88FIRST_DAY_OF_WEEK = 1 # Monday
    99DATE_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'
    1515)
    1616TIME_INPUT_FORMATS = (
    1717    '%H:%M:%S',     # '14:30:59'
    DATETIME_INPUT_FORMATS = (  
    2121    '%Y-%m-%d %H:%M:%S',     # '2006-10-25 14:30:59'
    2222    '%Y-%m-%d %H:%M',        # '2006-10-25 14:30'
    2323    '%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'
    3131)
    3232DECIMAL_SEPARATOR = ','
    3333THOUSAND_SEPARATOR = ' '
Back to Top