Skip to content

Commit

Permalink
i18n: fix Spanish year display in DatePicker (ElemeFE#10711)
Browse files Browse the repository at this point in the history
In spanish has no sense "2018 año diciembre" so I changed the translation of ´year: 'Año'´  to ´year:''´
  • Loading branch information
nancoder authored and Leopoldthecoder committed Apr 15, 2018
1 parent e344b24 commit 39bb82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locale/lang/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 39bb82f

Please sign in to comment.