mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-09-12 14:17:57 -04:00
fix(localization): add Icelandic to manifest.json
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
d667944e67
commit
19d0afb6b8
@ -5,6 +5,7 @@
|
|||||||
"es",
|
"es",
|
||||||
"et",
|
"et",
|
||||||
"fr",
|
"fr",
|
||||||
|
"is",
|
||||||
"ja",
|
"ja",
|
||||||
"pt-BR",
|
"pt-BR",
|
||||||
"tr",
|
"tr",
|
||||||
|
@ -19,6 +19,7 @@ func TestLocalizationService(t *testing.T) {
|
|||||||
"et": "Laadin...",
|
"et": "Laadin...",
|
||||||
"fr": "Chargement...",
|
"fr": "Chargement...",
|
||||||
"ja": "ロード中...",
|
"ja": "ロード中...",
|
||||||
|
"is": "Hleður...",
|
||||||
"pt-BR": "Carregando...",
|
"pt-BR": "Carregando...",
|
||||||
"tr": "Yükleniyor...",
|
"tr": "Yükleniyor...",
|
||||||
"zh-CN": "加载中...",
|
"zh-CN": "加载中...",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user