Skip to content

Commit

Permalink
fix: Modify fallbackLng default value
Browse files Browse the repository at this point in the history
  • Loading branch information
lotmek committed Jul 11, 2024
1 parent 0a2bf99 commit 1644510
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ i18n
.use(LanguageDetector)
.use(initReactI18next)
.init({
fallbackLng: 'en-US',
fallbackLng: 'en',
fallbackNS: 'US',
debug: false,
react: {
useSuspense: false,
Expand Down

0 comments on commit 1644510

Please sign in to comment.