Update index.ts expoting Catalan language file

This commit is contained in:
Ecron 2024-06-20 17:09:36 +02:00 committed by GitHub
parent 3b40413257
commit 4744d1ed52
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,3 +16,4 @@ export { default as ko } from "./ko/translation.json";
export { default as da } from "./da/translation.json"; export { default as da } from "./da/translation.json";
export { default as ar } from "./ar/translation.json"; export { default as ar } from "./ar/translation.json";
export { default as fa } from "./fa/translation.json"; export { default as fa } from "./fa/translation.json";
export { default as ca } from "./ca/translation.json";