Yes, and it also works only with
vibe.web.web.render! So usingres.render!()in particular won't work, as well asres.renderCompat!(). Those are just the plain template rendering
functions without any translation support.
Ah I see.
I'll change the logic of
determineLanguageto fall back to the default
algorithm instead of the default language.
Thanks!
Btw. Is it possible to translate things like this?
input&(type="text", placeholder=myi18nplaceholder)