From 4063568a429f617c4f68d508c45f1499ae87fb72 Mon Sep 17 00:00:00 2001 From: Zormein <101419031+Zormein@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:15:27 +0300 Subject: [PATCH] Changed code from ee to et & added language to index.ts. --- src/locales/{ee => et}/translation.json | 0 src/locales/index.ts | 2 ++ 2 files changed, 2 insertions(+) rename src/locales/{ee => et}/translation.json (100%) diff --git a/src/locales/ee/translation.json b/src/locales/et/translation.json similarity index 100% rename from src/locales/ee/translation.json rename to src/locales/et/translation.json diff --git a/src/locales/index.ts b/src/locales/index.ts index 8b5f9d9a..e2df4551 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -23,6 +23,7 @@ import ca from "./ca/translation.json"; import kk from "./kk/translation.json"; import cs from "./cs/translation.json"; import nb from "./nb/translation.json"; +import et from "./et/translation.json"; export default { "pt-BR": ptBR, @@ -50,4 +51,5 @@ export default { kk, cs, nb, + et };