I am getting JSON fro backend, which I need to parse on UI. For all the keys from the JSON, I have to translate them and show on UI.
Eg: i18n.t('key') will give me translated value.
But for some keys like 'name', 'date' Eg: i18n.t('name') translation is giving following output "key 'translation:name (en-US)' returned a object instead of string."
Could you please help me how to deal with this scenerio.