Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
54887e5b61
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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ç',