t(common:title) works - but t(common:section-1.title)
doesn't works - t function unable to retrieve the text from multiple JSON nesting levels
#30
Labels
enhancement
New feature or request
I tried using the translation which works perfectly when my JSON looks like :
and called using :
t(common:title)
But if my JSON looks like :
and if I call it as :
t(common:section-1.title)
This doesn't work. It prints "common:section-1.title" instead of the text value.
The text was updated successfully, but these errors were encountered: