From 9a4630b343f4aafca4af9eddb2743a3449db13b0 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Mon, 13 Feb 2023 16:49:55 +0100 Subject: [PATCH] Remove namespaces and other typescript changes See #630 --- src/i18n.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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