diff --git a/core/core-frontend/src/hooks/web/useI18n.ts b/core/core-frontend/src/hooks/web/useI18n.ts index 443a0ef4a0..f64bcdd00c 100644 --- a/core/core-frontend/src/hooks/web/useI18n.ts +++ b/core/core-frontend/src/hooks/web/useI18n.ts @@ -31,7 +31,7 @@ export const useI18n = ( return getKey(namespace, key) } } - console.log('window.I18nDe-', i18n) + console.log('window.de-i18nDe', i18n) if (!i18n) { return normalFn diff --git a/core/core-frontend/src/pages/index/main.ts b/core/core-frontend/src/pages/index/main.ts index 4faa725053..a8ae24ff60 100644 --- a/core/core-frontend/src/pages/index/main.ts +++ b/core/core-frontend/src/pages/index/main.ts @@ -17,6 +17,7 @@ const setupAll = async () => { const app = createApp(App) installDirective(app) await setupI18n(app) + console.log('I18-loaded'); setupStore(app) setupRouter(app) setupElementPlus(app)