diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-26 12:53:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-11-26 12:53:43 +0000 |
commit | 848e43a5b47c0467b90e7d9a029e59ec53461da3 (patch) | |
tree | 175f8f2aae92abc3a587fe39f082f53ea627ccc9 /applications/luci-splash/luasrc/model/cbi | |
parent | 264aae7910c2598fe845ebdd952e504bf8f0e48e (diff) |
remove .i18n annotations from controller files
Diffstat (limited to 'applications/luci-splash/luasrc/model/cbi')
-rw-r--r-- | applications/luci-splash/luasrc/model/cbi/splash/splash.lua | 1 | ||||
-rw-r--r-- | applications/luci-splash/luasrc/model/cbi/splash/splashtext.lua | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/applications/luci-splash/luasrc/model/cbi/splash/splash.lua b/applications/luci-splash/luasrc/model/cbi/splash/splash.lua index c03cd459ae..47d7695d2c 100644 --- a/applications/luci-splash/luasrc/model/cbi/splash/splash.lua +++ b/applications/luci-splash/luasrc/model/cbi/splash/splash.lua @@ -9,7 +9,6 @@ You may obtain a copy of the License at ]]-- require("luci.model.uci") -luci.i18n.loadc("splash") m = Map("luci_splash", translate("Client-Splash"), translate("Client-Splash is a hotspot authentification system for wireless mesh networks.")) diff --git a/applications/luci-splash/luasrc/model/cbi/splash/splashtext.lua b/applications/luci-splash/luasrc/model/cbi/splash/splashtext.lua index 5b744e1ccc..8748a9319f 100644 --- a/applications/luci-splash/luasrc/model/cbi/splash/splashtext.lua +++ b/applications/luci-splash/luasrc/model/cbi/splash/splashtext.lua @@ -13,7 +13,6 @@ You may obtain a copy of the License at ]]-- local fs = require "nixio.fs" -luci.i18n.loadc("splash") local splashtextfile = "/usr/lib/luci-splash/splashtext.html" |