Fixed Italian's MONTH_DAY_FORMAT.

The `/` is inconsistent with the other languages.
This commit is contained in:
deby 2018-10-20 17:09:41 +08:00 committed by Tim Graham
parent 4e78e389b1
commit 19126339f3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ DATE_FORMAT = 'd F Y' # 25 Ottobre 2006
TIME_FORMAT = 'H:i' # 14:30
DATETIME_FORMAT = 'l d F Y H:i' # Mercoledì 25 Ottobre 2006 14:30
YEAR_MONTH_FORMAT = 'F Y' # Ottobre 2006
MONTH_DAY_FORMAT = 'j/F' # 10/2006
MONTH_DAY_FORMAT = 'j F' # 25 Ottobre
SHORT_DATE_FORMAT = 'd/m/Y' # 25/12/2009
SHORT_DATETIME_FORMAT = 'd/m/Y H:i' # 25/10/2009 14:30
FIRST_DAY_OF_WEEK = 1 # Lunedì