From ba3001bc887324ec6c383c662caca4ca223f61d9 Mon Sep 17 00:00:00 2001 From: Gear <88455107+GearCzech@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:09:29 +0200 Subject: [PATCH] Added czech translation to index.ts --- src/locales/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/locales/index.ts b/src/locales/index.ts index e8426f01..fcb8d09e 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -21,6 +21,7 @@ import fa from "./fa/translation.json"; import ro from "./ro/translation.json"; import ca from "./ca/translation.json"; import kk from "./kk/translation.json"; +import cs from "./cs/translation.json"; export default { "pt-BR": ptBR, @@ -46,4 +47,5 @@ export default { ro, ca, kk, + cs, };