We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52aa0c9 commit 95c3644Copy full SHA for 95c3644
invokeai/frontend/web/src/i18n.ts
@@ -3,7 +3,7 @@ import LanguageDetector from 'i18next-browser-languagedetector';
3
import Backend from 'i18next-http-backend';
4
import { initReactI18next } from 'react-i18next';
5
6
-import translationEN from '../dist/locales/en.json';
+import translationEN from '../public/locales/en.json';
7
import { LOCALSTORAGE_PREFIX } from 'app/store/constants';
8
9
if (import.meta.env.MODE === 'package') {
0 commit comments