From 99dc301efe859818f89b101595647f3f26b784c5 Mon Sep 17 00:00:00 2001 From: Llewellyn Dsouza Date: Wed, 5 Jan 2022 18:13:50 +0530 Subject: [PATCH] Updated: i18 plugin variable --- src/App.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index 8403805..fc71bcc 100644 --- a/src/App.js +++ b/src/App.js @@ -1,11 +1,11 @@ import i18next from 'i18next'; import { initReactI18next } from 'react-i18next'; -import HttpApi from 'i18next-http-backend'; +import Backend from 'i18next-http-backend'; import LanguageDetector from 'i18next-browser-languagedetector'; import Test from './components/Test'; i18next - .use(HttpApi) + .use(Backend) .use(LanguageDetector) .use(initReactI18next) .init({