Complex use case access translations
-
Im using the complex use case for accessing translations. As i see it the way to access the text you just need to use something like this:
{{translate "text1"}}
The question is how do i access data when i have to access property of an object?
{
"text1: "value1",
"object": {
"text2": "value2"
}
}
How would i access the "text2" value with translate method?
-
This was discussed here
https://forum.jsreport.net/topic/2955/problem-with-localize-and-translations-in-generalWe gonna make sure the support is part of the next release comming during the next weeks.
-
Amazing thank you! I suppose the resource approach will have to suffice until then.