feat: improve inbox management and conversation list

This commit is contained in:
2026-09-12 14:42:57 +08:00
parent ca63efaa79
commit c415d6d13f
22 changed files with 551 additions and 537 deletions
@@ -37,7 +37,7 @@ import 'floating-vue/dist/style.css';
const i18n = createI18n({
legacy: false, // https://github.com/intlify/vue-i18n/issues/1902
locale: 'en',
locale: window.chatwootConfig?.selectedLocale || 'zh_CN',
messages: i18nMessages,
});
+1 -1
View File
@@ -19,7 +19,7 @@ import FluentIcon from 'shared/components/FluentIcon/DashboardIcon.vue';
const i18n = createI18n({
legacy: false, // https://github.com/intlify/vue-i18n/issues/1902
locale: 'en',
locale: window.chatwootConfig?.selectedLocale || 'zh_CN',
messages: i18nMessages,
});