diff --git a/src/index.js b/src/index.js index 93234b0..ab14281 100644 --- a/src/index.js +++ b/src/index.js @@ -7,13 +7,10 @@ import HttpApi from "i18next-http-backend"; ///////////////// async function initI18next() { - // We use() the backend and await it to load - // the translations from the network await i18next .use(HttpApi) .use(LanguageDetector) .init({ - lng: "en", supportedLngs: ["en", "de"], nonExplicitSupportedLngs: true, fallbackLng: "en",