fix(localization): correct formatting of Swedish loading message

This commit is contained in:
Jason Cameron
2025-11-14 15:50:46 -08:00
parent 68fcc0c44f
commit 5eb165b299

View File

@@ -31,7 +31,7 @@ func TestLocalizationService(t *testing.T) {
"vi": "Đang nạp...",
"zh-CN": "加载中...",
"zh-TW": "載入中...",
"sv" : "Laddar...",
"sv": "Laddar...",
}
var keys []string