Italian locale SHORT_DATE_FORMAT

2012-02-10 Thread Craig Blaszczyk
Hi all, I've noticed an inconsistency in the `it` locale formats.py file (django/conf/locale/it/formats.py) both in Django 1.3.1 and trunk. The file contains: SHORT_DATE_FORMAT = 'd/M/Y' # 25/12/2009 DATE_INPUT_FORMATS = ( '%d/%m/%Y', '%Y/%m/%d', # '25/10/2006', '2008/10/25' '%d-

Re: Italian locale SHORT_DATE_FORMAT

2012-02-10 Thread Sergiy Kuzmenko
Yes. I'd call it a bug. Should be small "m" in SHORT_DATE_FORMAT. On Fri, Feb 10, 2012 at 9:39 AM, Craig Blaszczyk wrote: > Hi all, > > I've noticed an inconsistency in the `it` locale formats.py file > (django/conf/locale/it/formats.py) both in Django 1.3.1 and trunk. > > The file contains: > >

Re: Italian locale SHORT_DATE_FORMAT

2012-02-10 Thread Craig Blaszczyk
That's what I thought. I've opened https://code.djangoproject.com/ticket/17670 -- You received this message because you are subscribed to the Google Groups "Django internationalization and localization" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-i18

Re: Italian locale SHORT_DATE_FORMAT

2012-02-10 Thread Sergiy Kuzmenko
FYI. In Italian Wikipedia short dates are formatted as "d M Y" (e.g., 21 gen 2012). On Fri, Feb 10, 2012 at 12:45 PM, Craig Blaszczyk wrote: > That's what I thought. I've opened > https://code.djangoproject.com/ticket/17670 > > -- > You received this message because you are subscribed to the Goo