libs/web: export translatef() into templates

This commit is contained in:
Jo-Philipp Wich 2012-08-14 15:31:26 +00:00
parent 536d329503
commit b7026b156d

View file

@ -304,6 +304,7 @@ function dispatch(request)
write = luci.http.write;
include = function(name) tpl.Template(name):render(getfenv(2)) end;
translate = i18n.translate;
translatef = i18n.translatef;
export = function(k, v) if tpl.context.viewns[k] == nil then tpl.context.viewns[k] = v end end;
striptags = util.striptags;
pcdata = util.pcdata;