Skip to content

Commit dbc05ff

Browse files
authored
Merge branch 'develop' into bug/non-english-names
2 parents 5703878 + fc46598 commit dbc05ff

File tree

2 files changed

+105
-107
lines changed

2 files changed

+105
-107
lines changed

client/i18n.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ const options = {
3737
allowMultiLoading: false, // set loadPath: '/locales/resources.json?lng={{lng}}&ns={{ns}}' to adapt to multiLoading
3838
};
3939

40-
console.log('options', options);
41-
4240
i18n
4341
.use(initReactI18next) // pass the i18n instance to react-i18next.
4442
// .use(LanguageDetector)// to detect the language from currentBrowser

0 commit comments

Comments
 (0)