Commit 39bb82f4 authored by nancoder's avatar nancoder Committed by 杨奕

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:''´
parent e344b24e
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment