From 873b20cb19ed91957217ebc5284dc86658042100 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 8 Jun 2008 14:19:26 +0000 Subject: [PATCH] * luci/statistics: replace load() with loadc() since german translation is now available --- .../luasrc/controller/luci_statistics/luci_statistics.lua | 2 +- .../luci-statistics/luasrc/model/cbi/luci_statistics/collectd.lua | 2 -- applications/luci-statistics/luasrc/statistics/i18n.lua | 3 +-- 3 files changed, 2 insertions(+), 5 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 2f6807153..a8265a163 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,7 @@ function index() require("luci.statistics.datatree") -- load language file - luci.i18n.load("statistics.en") -- XXX: temporary / replace with loadc() + luci.i18n.loadc("statistics") -- get rrd data tree local tree = luci.statistics.datatree.Instance() diff --git a/applications/luci-statistics/luasrc/model/cbi/luci_statistics/collectd.lua b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/collectd.lua index 47014f033..ebd264154 100644 --- a/applications/luci-statistics/luasrc/model/cbi/luci_statistics/collectd.lua +++ b/applications/luci-statistics/luasrc/model/cbi/luci_statistics/collectd.lua @@ -16,8 +16,6 @@ $Id$ require("luci.sys") -luci.i18n.load("statistics.en") - --[[ m = Map("luci_statistics", "Collector Daemon", Collectd ist ein kleiner und flexibler Dienst zum Sammeln und Abfragen von Daten diff --git a/applications/luci-statistics/luasrc/statistics/i18n.lua b/applications/luci-statistics/luasrc/statistics/i18n.lua index 865839524..9aa642c34 100644 --- a/applications/luci-statistics/luasrc/statistics/i18n.lua +++ b/applications/luci-statistics/luasrc/statistics/i18n.lua @@ -26,8 +26,7 @@ function Instance.__init__( self, graph ) self.i18n = luci.i18n self.graph = graph - -- XXX: compat hack - self.i18n.load("statistics.en") + self.i18n.loadc("statistics") end function Instance._subst( self, str, val ) -- 2.11.0