fix it again

This commit is contained in:
Mary Hipp 2023-05-11 10:09:01 -04:00 committed by psychedelicious
parent 52aa0c9bbd
commit 95c3644564

View File

@ -3,7 +3,7 @@ import LanguageDetector from 'i18next-browser-languagedetector';
import Backend from 'i18next-http-backend';
import { initReactI18next } from 'react-i18next';
import translationEN from '../dist/locales/en.json';
import translationEN from '../public/locales/en.json';
import { LOCALSTORAGE_PREFIX } from 'app/store/constants';
if (import.meta.env.MODE === 'package') {