Skip to content

Commit 85e6edf

Browse files
authored
fix(translations): add missing Catalan translations (#10682)
### What? There are some missing translations in Catalan, both related to the word Collections, which in Catalan is "Col·leccions". ### Why? To contribute to the Catalan language as a developer and native speaker ;) ### How? Updated the wording in the `ca.ts` translations object, also removed `catalan` from `not implemented languages` comment
1 parent b354d00 commit 85e6edf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/translations/src/languages/ca.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,15 +197,15 @@ export const caTranslations: DefaultTranslationsObject = {
197197
clearAll: 'Esborra-ho tot',
198198
close: 'Tanca',
199199
collapse: 'Replegar',
200-
collections: 'Collections',
200+
collections: 'Col·leccions',
201201
columns: 'Columnes',
202202
columnToSort: 'Columna per ordenar',
203203
confirm: 'Confirma',
204204
confirmCopy: 'Confirmar còpia',
205205
confirmDeletion: "Confirma l'eliminació",
206206
confirmDuplication: 'Confirma duplicacat',
207207
confirmReindex: 'Reindexa {{collections}}?',
208-
confirmReindexAll: 'Reindexa totes les collections?',
208+
confirmReindexAll: 'Reindexa totes les col·leccions?',
209209
confirmReindexDescription:
210210
'Aixo eliminarà els índexs existents i reindexarà els documents de les col·leccions {{collections}}.',
211211
confirmReindexDescriptionAll:

packages/translations/src/utilities/languages.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ export const acceptedLanguages = [
5454
* 'bn-BD',
5555
* 'bn-IN',
5656
* 'bs',
57-
* 'ca',
5857
* 'ca-ES-valencia',
5958
* 'cy',
6059
* 'el',

0 commit comments

Comments
 (0)