We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Is there a way to use it like so
<p> data-localize="foo"</p>
just like angular translate for example, Instead of
<p data-localize="foo>"</p>
And is there a way to pass multiple arguments for the same element like so?
<p data-localize="foo bar>"</p>