泰国项目i8n报警调整

This commit is contained in:
fan 2023-05-26 10:35:10 +08:00
parent 8a4bc974f4
commit d8f29517d6

View File

@ -36,6 +36,7 @@ Vue.config.productionTip = false;
export const i18n = new VueI18n({
locale: LangStorage.getLang('zh'),
silentTranslationWarn: true,
messages
});
ElementLocale.i18n((key, value) => i18n.t(key, value));