From 0e113e57e32aba32a06b9c082c91fb120561777d Mon Sep 17 00:00:00 2001 From: illusionTBA Date: Wed, 13 Dec 2023 15:25:47 -0500 Subject: [PATCH] import EN -> en --- src/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n.ts b/src/i18n.ts index eee01c3..0084cd7 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -2,7 +2,7 @@ import i18n from 'i18next'; import { initReactI18next } from 'react-i18next'; import LanguageDetector from 'i18next-browser-languagedetector'; -import translationEN from './locales/EN.json'; +import translationEN from './locales/en.json'; import translationJA from './locales/ja.json'; const resources = {