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 a76f63c commit 2dffc22Copy full SHA for 2dffc22
client/i18n.js
@@ -37,8 +37,6 @@ const options = {
37
allowMultiLoading: false, // set loadPath: '/locales/resources.json?lng={{lng}}&ns={{ns}}' to adapt to multiLoading
38
};
39
40
-console.log('options', options);
41
-
42
i18n
43
.use(initReactI18next) // pass the i18n instance to react-i18next.
44
// .use(LanguageDetector)// to detect the language from currentBrowser
0 commit comments