You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looked into the source briefly – looks like msg is an identifier in the lexer but if I read this correctly, it isn't used yet. It is supposed to be used for translating messages (right, @jhsx?). I pushed a new branch with a failing test case.
For a possible fix, I'm gonna have to defer this one to @jhsx.
Hi, you're correct, the idea was to add msg statement as the example,
<b>{{msg "myKey"}}Default Value{{end}}</b>
But after think more i'm considering to add internationalization support as a sub project, without a new type of statement, i will open an describing issue soon.
If use 'msg' as template variable name, will appear this error:
unexpected token <msg> on operand
The text was updated successfully, but these errors were encountered: