feat(i18n): add Estonian locale (#783)
* feat(i18n): add et locale * chore: update changelog * wording * "feature"
This commit is contained in:
parent
5b8b6d1c94
commit
1c4a1aec4a
4 changed files with 76 additions and 8 deletions
|
|
@ -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": "載入中...",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue