diff --git a/src/i18n.ts b/src/i18n.ts index 433bba32..994d46c2 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -36,9 +36,10 @@ i18n : `/locales/{{lng}}/{{ns}}.json` }, - ns: ["common",], - defaultNS: 'common', - resources + // TOOD: https://github.com/wger-project/react/issues/630 + //ns: ["common",], + //defaultNS: 'common', + //resources }); export default i18n; \ No newline at end of file