diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-10-18 09:23:27 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-10-18 09:23:27 +0000 |
commit | 241c9bcbef193940ded379d5db508eb07cc88d01 (patch) | |
tree | 644ac72a891395aa9d8bffd9bc46597a07d921f9 /applications/luci-splash/luasrc/controller/splash/splash.lua | |
parent | 212d2f3700eb0f3cc225b8bd512c70ca21c9540d (diff) |
applications/luci-splash: Finish translation work and move translation strings to own file
Diffstat (limited to 'applications/luci-splash/luasrc/controller/splash/splash.lua')
-rw-r--r-- | applications/luci-splash/luasrc/controller/splash/splash.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-splash/luasrc/controller/splash/splash.lua b/applications/luci-splash/luasrc/controller/splash/splash.lua index 71a61bdbf7..a41256a09e 100644 --- a/applications/luci-splash/luasrc/controller/splash/splash.lua +++ b/applications/luci-splash/luasrc/controller/splash/splash.lua @@ -1,4 +1,5 @@ module("luci.controller.splash.splash", package.seeall) +luci.i18n.loadc("splash") function index() entry({"admin", "services", "splash"}, cbi("splash/splash"), _("Client-Splash"), 90).i18n = "freifunk" |