feat(i18n): add Estonian locale (#783)

* feat(i18n): add et locale

* chore: update changelog

* wording

* "feature"
This commit is contained in:
Henri Vasserman 2025-07-09 14:18:11 +03:00 committed by GitHub
parent 5b8b6d1c94
commit 1c4a1aec4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 76 additions and 8 deletions

View file

@ -13,9 +13,13 @@ func TestLocalizationService(t *testing.T) {
service := NewLocalizationService()
loadingStrMap := map[string]string{
"en": "Loading...",
"fr": "Chargement...",
"de": "Ladevorgang...",
"en": "Loading...",
"es": "Cargando...",
"et": "Laadin...",
"fr": "Chargement...",
"ja": "ロード中...",
"pt-BR": "Carregando...",
"tr": "Yükleniyor...",
"zh-CN": "加载中...",
"zh-TW": "載入中...",