Hi,
I don’t understand how to use placeholders. If I want to translate the following line :
<a href...>More of {{name}}'s articles<a>
Should I encapsulate as follows ?
<a href...>{{t "More of {name}'s articles"}}<a>
And the use {name} in the json file ?
Thanks