Skip to content

Commit

Permalink
Fixed #13463 - Tweaked Italian locale format a bit to make sense.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13073 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jezdez committed May 2, 2010
1 parent cce32a9 commit 22236fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/conf/locale/it/formats.py
Expand Up @@ -4,7 +4,7 @@


DATE_FORMAT = 'd F Y' # 25 Ottobre 2006 DATE_FORMAT = 'd F Y' # 25 Ottobre 2006
TIME_FORMAT = 'H:i:s' # 14:30:59 TIME_FORMAT = 'H:i:s' # 14:30:59
DATETIME_FORMAT = 'w d F Y H:i:s' # Mercoledì 25 Ottobre 2006 14:30:59 DATETIME_FORMAT = 'l d F Y H:i:s' # Mercoledì 25 Ottobre 2006 14:30:59
YEAR_MONTH_FORMAT = 'F Y' # Ottobre 2006 YEAR_MONTH_FORMAT = 'F Y' # Ottobre 2006
MONTH_DAY_FORMAT = 'j/F' # 10/2006 MONTH_DAY_FORMAT = 'j/F' # 10/2006
SHORT_DATE_FORMAT = 'd/M/Y' # 25/12/2009 SHORT_DATE_FORMAT = 'd/M/Y' # 25/12/2009
Expand Down

0 comments on commit 22236fa

Please sign in to comment.