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 = {