mirror of https://github.com/ElemeFE/element
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.pull/16809/head
parent
2a32b84fb4
commit
54887e5b61
|
@ -20,7 +20,7 @@ export default {
|
||||||
nextYear: 'Pròxim Any',
|
nextYear: 'Pròxim Any',
|
||||||
prevMonth: 'Mes anterior',
|
prevMonth: 'Mes anterior',
|
||||||
nextMonth: 'Pròxim Mes',
|
nextMonth: 'Pròxim Mes',
|
||||||
year: 'Any',
|
year: '',
|
||||||
month1: 'Gener',
|
month1: 'Gener',
|
||||||
month2: 'Febrer',
|
month2: 'Febrer',
|
||||||
month3: 'Març',
|
month3: 'Març',
|
||||||
|
|
Loading…
Reference in New Issue