On Monday, September 29, 2014 2:28:30 PM UTC-7, André Fiedler wrote:
> I've tried this:
> 
> <jabberID {
>  *name:        "Jabber ID"
>   placeholder: "[email protected]"
> }>
> 
> <input type="email" placeholder="[email protected]" data-l10n-id="jabberID">
> 
> But it seems not to work. How do I achieve this?

Hi Andre,

What you did here is you created a value that is a Hash object.

Instead you need to use attributes:

<jabberID "Jabber ID"
 placeholder: "[email protected]">

zb.
_______________________________________________
tools-l10n mailing list
[email protected]
https://lists.mozilla.org/listinfo/tools-l10n

Reply via email to