Add support for Swedish locale

This commit is contained in:
Omar Roth 2020-04-04 15:57:29 -05:00
parent b37f51bd7f
commit 2e378da922
No known key found for this signature in database
GPG Key ID: B8254FB7EC3D37F2
1 changed files with 2 additions and 1 deletions

View File

@ -88,10 +88,11 @@ LOCALES = {
"ja" => load_locale("ja"),
"nb-NO" => load_locale("nb-NO"),
"nl" => load_locale("nl"),
"pt-BR" => load_locale("pt-BR"),
"pl" => load_locale("pl"),
"pt-BR" => load_locale("pt-BR"),
"ro" => load_locale("ro"),
"ru" => load_locale("ru"),
"sv" => load_locale("sv-SE"),
"tr" => load_locale("tr"),
"uk" => load_locale("uk"),
"zh-CN" => load_locale("zh-CN"),