Skip to content

Commit

Permalink
Use English as fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
starsep committed Feb 8, 2024
1 parent 1308573 commit 2c1b4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ i18n
{
debug: !isProduction,
supportedLngs: languagesIsoCodes,
fallbackLng: isProduction ? defaultLanguage : "debug",
fallbackLng: isProduction ? "en" : "debug",
interpolation: {
escapeValue: false, // not needed for react as it escapes by default
},
Expand Down

0 comments on commit 2c1b4f6

Please sign in to comment.