Suppressing missing warnings expect when all fallbacks have been exhausted #1357
Unanswered
CarnivalBen
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can suppress fallback warnings with
fallbackWarn: false
.I can also suppress missing warnings with
missingWarn: false
.How do I suppress all fallback warnings, and all missings warnings, except when all fallback routes have been exhausted?
For example, if I'm looking for
general.brand
(which is missing), and my locale isen-GB
, I get this in the console:But I only want to see the last message.... I'm not interested in the console being polluted with fallback attempts, but I am interested in seeing if the translation cannot be found at all.
Beta Was this translation helpful? Give feedback.
All reactions