Skip to content

Commit

Permalink
fix: update i18n config to use fallback language
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Mar 12, 2024
1 parent 98c38aa commit 85e9085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ declare module 'react-i18next' {
i18n.use(initReactI18next).init({
resources,
lng: 'en',
fallbackLng: 'en',
// debug only when not in production
debug: import.meta.env.DEV,
ns: [defaultNS],
Expand Down

0 comments on commit 85e9085

Please sign in to comment.