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 };