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
nancoder 2018-04-14 20:38:37 -05:00 committed by 杨奕
parent e344b24eff
commit 39bb82f462
1 changed files with 1 additions and 1 deletions

View File

@ -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',