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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b33517-2be9a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b33517-2be9a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?