Skip to content

Commit

Permalink
Merge pull request #101 from lotmek/fix/default-language
Browse files Browse the repository at this point in the history
fix: Modify fallbackLng default value
  • Loading branch information
hellomuthu23 committed Jul 11, 2024
2 parents 0a2bf99 + 1644510 commit f233f84
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 f233f84

Please sign in to comment.