mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-11 19:18:46 +00:00
feat(i18n): add Estonian locale (#783)
* feat(i18n): add et locale * chore: update changelog * wording * "feature"
This commit is contained in:
@@ -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": "載入中...",
|
||||
|
||||
Reference in New Issue
Block a user