Quoting André Fiedler (2014-09-28 18:24:22)
> Hi, I want to describe something like this:
> 
> <enableContactIsTypingEvents "Enable "Contact is typing…" events">

Hi André,

You can escape quotes with backslashes:

<enable "Enable \"Contact is typing…\" events">

Or use the triple-quote syntax which doesn't require explicit escapes 
and also allows multiline strings:

<enable """
  Enable "Contact is typing…" events
""">

HTH,
-stas


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

Reply via email to