泰国项目i8n报警调整
This commit is contained in:
parent
8a4bc974f4
commit
d8f29517d6
@ -36,6 +36,7 @@ Vue.config.productionTip = false;
|
|||||||
|
|
||||||
export const i18n = new VueI18n({
|
export const i18n = new VueI18n({
|
||||||
locale: LangStorage.getLang('zh'),
|
locale: LangStorage.getLang('zh'),
|
||||||
|
silentTranslationWarn: true,
|
||||||
messages
|
messages
|
||||||
});
|
});
|
||||||
ElementLocale.i18n((key, value) => i18n.t(key, value));
|
ElementLocale.i18n((key, value) => i18n.t(key, value));
|
||||||
|
Loading…
Reference in New Issue
Block a user