Skip to content

Commit fd6a069

Browse files
authored
feat(i18n): fallback to en when i18n is incomplete (#3165)
1 parent c64c546 commit fd6a069

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/config/i18n.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ i18n.use(initReactI18next).init({
3737
ns: ['common'],
3838
defaultNS,
3939
resources,
40+
fallbackLng: 'en',
4041
});
4142

4243
export default i18n;

0 commit comments

Comments
 (0)