mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 10:38:45 +00:00
fix(localization): correct formatting of Swedish loading message
This commit is contained in:
@@ -31,7 +31,7 @@ func TestLocalizationService(t *testing.T) {
|
||||
"vi": "Đang nạp...",
|
||||
"zh-CN": "加载中...",
|
||||
"zh-TW": "載入中...",
|
||||
"sv" : "Laddar...",
|
||||
"sv": "Laddar...",
|
||||
}
|
||||
|
||||
var keys []string
|
||||
|
||||
Reference in New Issue
Block a user