vben
2020-12-01 5db3ce773793d06fa17336aca42470d2aae93fb8
src/setup/i18n/index.ts
@@ -15,7 +15,8 @@
  messages: localeMessages,
  availableLocales: availableLocales,
  sync: true, //If you don’t want to inherit locale from global scope, you need to set sync of i18n component option to false.
  silentTranslationWarn: false, // true - warning off
  silentTranslationWarn: true, // true - warning off
  missingWarn: false,
  silentFallbackWarn: true,
};