Added Estonian translation (#4067)

* Added Estonian translation

* linting

---------

Co-authored-by: timothycarambat <rambat1010@gmail.com>
This commit is contained in:
Tarkva 2025-06-30 23:11:32 +03:00 committed by GitHub
parent 91e498229c
commit 45e2f85f1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1051 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,7 @@ import Spanish from "./es/common.js";
import French from "./fr/common.js";
import Mandarin from "./zh/common.js";
import German from "./de/common.js";
import Estonian from "./et/common.js";
import Russian from "./ru/common.js";
import Italian from "./it/common.js";
import Portuguese from "./pt_BR/common.js";
@ -57,6 +58,9 @@ export const resources = {
ko: {
common: Korean,
},
et: {
common: Estonian,
},
ru: {
common: Russian,
},