José Santos

Results 3 issues of José Santos

Support for internationalization can be done by adding a new token type in the lexer, and an evaluator that would call the translator.Translate passed to the template.ExecuteI18n. Also add a...

feature

Taking in example ``` go RunJetTest(t, data, nil, "actionNode_AddIntString", `{{ 2+"1" }}`, "3") RunJetTest(t, data, nil, "actionNode_AddStringInt", `{{ "1"+2 }}`, "12") ``` The first test the left operand is a...

``` html {{msg}}Only text to be translated{{end}} {{trans: "Submit" }} ``` refs #3

feature