Vue-i18n conversion warning problem

when working on a project, directly use the previous language pack
and then when the previous language code is brought over to use, there is a warning

clipboard.png
PS:keypath "Home"keypath

clipboard.png

clipboard.png

how should I solve this problem?

Mar.25,2021

if you need to turn off the translation error (warning), of vue i18n, you can use this:

new VueI18n({
  locale,
  messages,
  silentTranslationWarn: true
})

reference link:
Disable no translation warning Issue-sharp96 kazupon/vue-i18n
https://github.com/kazupon/vu.


clipboard.png

clipboard.png

Menu