Skip to content

Commit

Permalink
Fix default Android svg badge loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Aug 13, 2023
1 parent f65e10b commit 324a5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3rdparty/react-store-badges/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function shortCodeFromLanguage(language: string): string {
case "uk": return "ua";
case "zh-Hans": return "zh-cn";
case "zh-Hant": return "zh-tw";
default: return defaultLocale;
default: return "en";
}
}

Expand Down

0 comments on commit 324a5ff

Please sign in to comment.