We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c64c546 commit fd6a069Copy full SHA for fd6a069
src/config/i18n.ts
@@ -37,6 +37,7 @@ i18n.use(initReactI18next).init({
37
ns: ['common'],
38
defaultNS,
39
resources,
40
+ fallbackLng: 'en',
41
});
42
43
export default i18n;
0 commit comments