diff --git a/src/CardTheme.res b/src/CardTheme.res index ac3b9aaf2..c01d51857 100644 --- a/src/CardTheme.res +++ b/src/CardTheme.res @@ -90,9 +90,8 @@ let getLocaleObject = string => { | "it" => ItalianLocale.localeStrings | "pl" => PolishLocale.localeStrings | "nl" => DutchLocale.localeStrings - | "SV" => SwedishLocale.localeStrings + | "sv" => SwedishLocale.localeStrings | "ru" => RussianLocale.localeStrings - | _ => EnglishLocale.localeStrings } }