Inlining of ${Msg} values at compile time, whitespace trimming.
---------------------------------------------------------------
Key: SHINDIG-645
URL: https://issues.apache.org/jira/browse/SHINDIG-645
Project: Shindig
Issue Type: Improvement
Components: Features (Javascript)
Reporter: Lev Epshteyn
Priority: Minor
Attachments: Compile-Time-Msg-Substitution.patch
Any ${Msg.foo} reference will be inlined into the template during compilation,
which will result in all the ${} style markup in the message body to be
properly processed.
So if there is a message that contains "Hello ${Viewer.displayName}", it will
work as expected. This will allow more flexibility in internationalization.
Additionally, added trimming of string contents of template source obtained
from DOM nodes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.