coderifous / jquery-localize

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

localize placeholder text #52

Closed hollywood726 closed 8 years ago

hollywood726 commented 9 years ago

Hello - thanks for the plugin!

Is there a way to use this plugin to localize placeholder text? For example, I'd like to localize "Please explain" in the following code:

<textarea id="explanation" placeholder="Please explain"></textarea>

Newan commented 9 years ago

I'm also interested see #19, the support is included.

Example:

 <input type="text" id="qty" data-translate="myinput" placeholder="Qty">

{
   "myinput":"quantity"
}