-
-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect warnings around fallback #373
Comments
Thank you for your reporting! I'll try to fix it! |
I've fixed at #374 |
Thanks for the fast response! |
@kazupon I think this is still an issue (or again, maybe) on version
Then, in a component I'm using local messages mixed with global messages:
I'm getting these errors:
|
Hmm 🤔, If you are possible, Could you give us the minimum reproduction codes, please? 🙏 |
i have the same issue. v9.1.6
|
Still an issue with 9.1.9 |
just installed version but now I have |
I suffer from the same issue |
API docs said on
This warning is output when you use the deprecated feature in v9.x |
vue & vue-i18n version
What is Expected?
The docs have an example of using both local and global translations in a component. It notes that:
It also states that
What is actually happening?
Instead what I'm seeing is only one warning
When I add only
silentFallbackWarn: true
, there is no difference. And if I addsilentTranslationWarn: true
(with and withoutsilentFallbackWarn
), it silences all missing translation warnings, even those where it couldn't find it in the global messages.Are the docs out of date or is this a bug?
The text was updated successfully, but these errors were encountered: