Преглед изворни кода

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:''´
nancoder пре 7 година
родитељ
комит
39bb82f462
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/locale/lang/es.js

+ 1 - 1
src/locale/lang/es.js

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