Hey there !
Just so you know, you're doing a great job, your tool is really easy to use and it makes everything simple, thanks !
I have this issue, I'm trying to do the following :
\<div class="demo" data-t-interpolate> <div class="loading"></div> {{test}} \</div>
You talked about it in the conversation on the PR #16 . This should work now but it doesn't.
My case is that I want a checkbox, like so :
\<div data-t-interpolate> {{contact.call.title}} <input type="checkbox"> \</div>
I had the problem where my checkbox was removed by your script. Now that code is displaying the checkbox, but doesn't translate the text. The text displayed stays that way :
{{contact.call.title}}
I was wondering if I was doing something wrong.
Thanks a lot !
P.S. : Sorry, I had some issues trying to write code in here ahah.
Hey there !
Just so you know, you're doing a great job, your tool is really easy to use and it makes everything simple, thanks !
I have this issue, I'm trying to do the following :
\<div class="demo" data-t-interpolate> <div class="loading"></div> {{test}} \</div>You talked about it in the conversation on the PR #16 . This should work now but it doesn't.
My case is that I want a checkbox, like so :
\<div data-t-interpolate> {{contact.call.title}} <input type="checkbox"> \</div>I had the problem where my checkbox was removed by your script. Now that code is displaying the checkbox, but doesn't translate the text. The text displayed stays that way :
{{contact.call.title}}
I was wondering if I was doing something wrong.
Thanks a lot !
P.S. : Sorry, I had some issues trying to write code in here ahah.