From 4744d1ed521e91af56c775488061bc7dc1f68447 Mon Sep 17 00:00:00 2001 From: Ecron Date: Thu, 20 Jun 2024 17:09:36 +0200 Subject: [PATCH] Update index.ts expoting Catalan language file --- src/locales/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/locales/index.ts b/src/locales/index.ts index f863c8b3..5af2bec9 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -16,3 +16,4 @@ export { default as ko } from "./ko/translation.json"; export { default as da } from "./da/translation.json"; export { default as ar } from "./ar/translation.json"; export { default as fa } from "./fa/translation.json"; +export { default as ca } from "./ca/translation.json";