coderifous / jquery-localize

a jQuery plugin that makes it easy to internationalize your web site.
465 stars 142 forks source link

Is there a way to use this library without html elements #96

Open elieobeid7 opened 7 years ago

elieobeid7 commented 7 years ago

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>