Skip to content

Commit

Permalink
fix: string case changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed Apr 4, 2024
1 parent 999faf1 commit c66f968
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CardTheme.res
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit c66f968

Please sign in to comment.