mirror of https://github.com/ElemeFE/element
i18n: fix Spanish year display in DatePicker (#10711)
In spanish has no sense "2018 año diciembre" so I changed the translation of ´year: 'Año'´ to ´year:''´pull/10712/head
parent
e344b24eff
commit
39bb82f462
|
@ -20,7 +20,7 @@ export default {
|
|||
nextYear: 'Próximo Año',
|
||||
prevMonth: 'Mes Anterior',
|
||||
nextMonth: 'Próximo Mes',
|
||||
year: 'Año',
|
||||
year: '',
|
||||
month1: 'enero',
|
||||
month2: 'febrero',
|
||||
month3: 'marzo',
|
||||
|
|
Loading…
Reference in New Issue