diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-31 14:38:28 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-31 14:38:28 +0000 |
commit | d82340ada43ccbc098e6f40dfee8603ec1231385 (patch) | |
tree | d95dd74850f0ff018623664d38823d3bc1254f18 /applications/luci-statistics/luasrc/controller | |
parent | 64a16c5bbfa59babb3fff06841dbd51d0ab5320e (diff) |
* luci/applications: statistics: pick up new rrdtool translations in controller and rrdtool-i18n binding
Diffstat (limited to 'applications/luci-statistics/luasrc/controller')
-rw-r--r-- | applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua b/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua index 5167fe0a91..53ce34ec3b 100644 --- a/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua +++ b/applications/luci-statistics/luasrc/controller/luci_statistics/luci_statistics.lua @@ -22,7 +22,8 @@ function index() require("luci.i18n") require("luci.statistics.datatree") - -- load language file + -- load language files + luci.i18n.loadc("rrdtool") luci.i18n.loadc("statistics") -- get rrd data tree |