i18n: fix italian datepicker

pull/22247/head
Linko 2022-11-14 09:36:00 +01:00 committed by GitHub
parent d34196d816
commit ad55168dec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ export default {
nextYear: 'Anno successivo', nextYear: 'Anno successivo',
prevMonth: 'Mese precedente', prevMonth: 'Mese precedente',
nextMonth: 'Mese successivo', nextMonth: 'Mese successivo',
year: 'anno', year: '',
month1: 'Gennaio', month1: 'Gennaio',
month2: 'Febbraio', month2: 'Febbraio',
month3: 'Marzo', month3: 'Marzo',
@ -33,7 +33,7 @@ export default {
month10: 'Ottobre', month10: 'Ottobre',
month11: 'Novembre', month11: 'Novembre',
month12: 'Dicembre', month12: 'Dicembre',
// week: 'settimana', week: 'Settimana',
weeks: { weeks: {
sun: 'Dom', sun: 'Dom',
mon: 'Lun', mon: 'Lun',