Changed code from ee to et & added language to index.ts.

This commit is contained in:
Zormein 2024-10-22 17:15:27 +03:00 committed by GitHub
parent ab618cea90
commit 4063568a42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

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