fix(localization): add Icelandic to manifest.json

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-07-09 07:20:49 -04:00
parent d667944e67
commit 19d0afb6b8
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"es",
"et",
"fr",
"is",
"ja",
"pt-BR",
"tr",

View File

@ -19,6 +19,7 @@ func TestLocalizationService(t *testing.T) {
"et": "Laadin...",
"fr": "Chargement...",
"ja": "ロード中...",
"is": "Hleður...",
"pt-BR": "Carregando...",
"tr": "Yükleniyor...",
"zh-CN": "加载中...",