Skip to content

Commit

Permalink
Remove namespaces and other typescript changes
Browse files Browse the repository at this point in the history
See #630
  • Loading branch information
rolandgeider committed Feb 13, 2023
1 parent 0dc6881 commit 9a4630b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 9a4630b

Please sign in to comment.