Can I force display the key instead of an empty string, if the key has no translation for some particular language? Currently I get an empty string if there is no translation in the i18n database.
If a translation is not found, I would like to have the fallback to display the translation taken from the “defaultContentLanguage”. If the translation in the “defaultContentLanguage” is not present, then display the key itself.
Is that possible?