Join Slack
Powered by
If I declare `infix fun ScriptTemplateWithBindings...
# announcements
s
sdeleuze
01/28/2017, 7:38 AM
If I declare
infix fun ScriptTemplateWithBindings.i18n(code: String) : String
, shouldn't I be able to use
"<h1>${i18n "title"}</h1>"
? Currently it does not works in
https://github.com/sdeleuze/kotlin-script-templating
.
Open in Slack
Previous
Next