浏览代码

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