feat: add Catalan translation (#5411)

* Add Catalan translation

* lint

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
Jordi Mas 2026-04-12 04:36:53 +02:00 committed by GitHub
parent c442ba85d8
commit 6ef114df19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1343 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -38,6 +38,7 @@ import Polish from "./pl/common.js";
import Romanian from "./ro/common.js";
import Czech from "./cs/common.js";
import Lithuanian from "./lt/common.js";
import Catalan from "./ca/common.js";
export const defaultNS = "common";
export const resources = {
@ -113,4 +114,7 @@ export const resources = {
lt: {
common: Lithuanian,
},
ca: {
common: Catalan,
},
};