projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
536d329
)
libs/web: export translatef() into templates
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 14 Aug 2012 15:31:26 +0000
(15:31 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 14 Aug 2012 15:31:26 +0000
(15:31 +0000)
libs/web/luasrc/dispatcher.lua
patch
|
blob
|
history
diff --git
a/libs/web/luasrc/dispatcher.lua
b/libs/web/luasrc/dispatcher.lua
index 9c0bf60b880fe0cfbeb3b47eb728e28a257245b7..9e5b78d5e9f93b3bf6737f53fdebe65924697798 100644
(file)
--- a/
libs/web/luasrc/dispatcher.lua
+++ b/
libs/web/luasrc/dispatcher.lua
@@
-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;