Update date_time.json

in italian date_format is always {day} {month}, year
pull/1912/head
Ale 2018-12-22 11:35:04 +01:00 committed by GitHub
parent 499af68155
commit 0c5fa97e6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -30,15 +30,15 @@
"bc": "d.c."
},
"date_format": {
"date_full": "{weekday}, {month} {day}, {formatted_year}",
"date_full_no_year": "{weekday}, {month} {day}",
"date_full": "{weekday}, {day} {month}, {formatted_year}",
"date_full_no_year": "{weekday}, {day} {month}",
"date_full_no_year_month": "{weekday}, {day}",
"today": "oggi",
"tomorrow": "domani",
"yesterday": "ieri"
},
"date_time_format": {
"date_time": "{formatted_date} at {formatted_time}"
"date_time": "{formatted_date} alle {formatted_time}"
},
"weekday": {
"0": "lunedì",