nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.71k stars 478 forks source link

Messages in the console when using global translations instead of local ones. #2812

Closed xeqtr-zhg closed 7 months ago

xeqtr-zhg commented 7 months ago

Environment

nuxt 3

Reproduction

Messages in the console when using global translations instead of local ones.

Describe the bug

Hello, I ran into a problem, there are a lot of messages in the console that the local translation was not found and the global file was used (this is predictable behavior, that's how I intended it), these messages are very annoying, how can they be disabled?

Not found 'breadcrumbs.home' key in 'en' locale messages. Fall back to translate 'breadcrumbs.home' with root locale.

Additional context

No response

Logs

No response

BobbieGoede commented 7 months ago

These warnings are logged by vue-i18n, I think this issue comment will resolve your issue. Closing this as this is not caused by this module.