Skip to content

Interpolation not working as I expect it to #24

Description

@CombesA

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions