i18next::translator: missingKey en-US translations
i18next::translator: missingKey en-US translations decoder.bufferingModes.UNSET decoder.bufferingModes.UNSET
Explanation
This usually means either
1) The translation for this particular item was not declared. Maybe you have a typo, or a enum value you forgot to translate.
2) You don't have the language requested in your translations.
3) Your project is not setup correctly with respect to translation.
Some related links
https://github.com/i18next/i18next/issues/1473
https://github.com/i18next/i18next/issues/1372
https://www.i18next.com/overview/configuration-options
Recent Comments