fix(i18n): auto-load dashboard locale modules

This commit is contained in:
Sojan Jose
2026-03-19 23:58:28 -07:00
parent a9123e7d66
commit 23bb8621da
59 changed files with 292 additions and 4264 deletions
+1
View File
@@ -36,6 +36,7 @@ import 'floating-vue/dist/style.css';
const i18n = createI18n({
legacy: false, // https://github.com/intlify/vue-i18n/issues/1902
locale: 'en',
fallbackLocale: 'en',
messages: i18nMessages,
});
+1
View File
@@ -20,6 +20,7 @@ import FluentIcon from 'shared/components/FluentIcon/DashboardIcon.vue';
const i18n = createI18n({
legacy: false, // https://github.com/intlify/vue-i18n/issues/1902
locale: 'en',
fallbackLocale: 'en',
messages: i18nMessages,
});