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)

Most upvoted comments

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.