From d3f353c91744438bdb3f30c547a00c1c69921909 Mon Sep 17 00:00:00 2001 From: rhahao Date: Mon, 27 Dec 2021 21:50:23 +0300 Subject: [PATCH] fix(i18n): change path to import english translation file --- src/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n.js b/src/i18n.js index 3ccfea0e..f212e869 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -1,7 +1,7 @@ import i18n from 'i18next'; import { initReactI18next } from 'react-i18next'; -import translationEN from './locales/en.json'; +import translationEN from './locales/e.json'; import translationMG from './locales/mg.json'; const resources = {