Can Angular's i18next provider be configured to hide any value when the key is not defined?
The issue arises when there is no translation defined for a specific key like my:key
. I want to display an empty string in the template instead of showing the actual key.