jquery.i18n icon indicating copy to clipboard operation
jquery.i18n copied to clipboard

data-i18n parameters

Open adamwight opened this issue 11 years ago • 2 comments

It would be great if there were a way to pass message parameters as html5 data attributes.

adamwight avatar May 10 '13 22:05 adamwight

Yeah, it would be great. Any update on this? I guess it could be done by simply passing like an additional data-i18n-parameter attribute. Is it complicated to be implemented?

stebogit avatar Jun 01 '16 06:06 stebogit

It might be even easier to just include the parameters on the same data attribute, comma separated: data-i18n='string_key,parameter1,parameter2'

ricardjorg avatar Oct 18 '17 01:10 ricardjorg