feat: improve inbox management and conversation list
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user