i18next: Add option to avoid logging missingKey/updateKey(?)
π Feature Proposal
Create an extra logMissingKey
option that skips the current log call when a key is not found, resorting to fallback.
Motivation
This is quite spammy when you use natLang keys (instead of using computer keys and falling back to a lang file).
I can implement it, if the feedback is positive π
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 17 (12 by maintainers)
Yep! Thatβs it.
I come from a gettext background (where usually natLang keys are favored) and it really makes no sense to have a redundant translation file, where keys and values are the same.