mirror of https://github.com/ElemeFE/element
i18n: fix italian datepicker
parent
d34196d816
commit
ad55168dec
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue