Resolve android compatibility issues.

This commit is contained in:
Patrick Fic
2022-01-10 14:49:23 -08:00
parent 389b637891
commit 37bede677a
7 changed files with 18 additions and 12 deletions

View File

@@ -31,6 +31,7 @@ i18n.use(initReactI18next).init({
lng: "en-US",
fallbackLng: "en-US",
resources,
compatibilityJSON: "v3",
// have a common namespace used around the full app
// ns: ["common"],
// defaultNS: "common",