소스 검색

I18n: Remove translation of 'year' in catalan language as in the other languages (#14722)

Remove translation of 'year' in catalan language as in the other languages.
Oscar Albareda 6 년 전
부모
커밋
54887e5b61
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/locale/lang/ca.js

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

@@ -20,7 +20,7 @@ export default {
       nextYear: 'Pròxim Any',
       prevMonth: 'Mes anterior',
       nextMonth: 'Pròxim Mes',
-      year: 'Any',
+      year: '',
       month1: 'Gener',
       month2: 'Febrer',
       month3: 'Març',