diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-09-08 12:51:00 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-09-08 12:51:00 +0000 |
commit | 1a511de0be0ebd21bd076c9d84074a7e3958b489 (patch) | |
tree | e34a175d28241a00b9e8c0bdb2843b3008188ec2 /modules/freifunk/luasrc/view | |
parent | 8bfa762e0cd5fcb4bb8159db578fd0b3fb23964a (diff) |
Fix i18n problems with freifunk module and meshwizard
Diffstat (limited to 'modules/freifunk/luasrc/view')
-rw-r--r-- | modules/freifunk/luasrc/view/freifunk/adminindex.htm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/freifunk/luasrc/view/freifunk/adminindex.htm b/modules/freifunk/luasrc/view/freifunk/adminindex.htm index 58655cca6a..4eed2aa954 100644 --- a/modules/freifunk/luasrc/view/freifunk/adminindex.htm +++ b/modules/freifunk/luasrc/view/freifunk/adminindex.htm @@ -8,6 +8,7 @@ local latitude = uci:get_first ("system", "system", "latitude") local longitude = uci:get_first ("system", "system", "longitude") local location = uci:get_first ("system", "system", "location") local basicsurl = luci.dispatcher.build_url(luci.dispatcher.context.path[1], "freifunk", "basics") +luci.i18n.loadc("freifunk") %> <h2><%:Freifunk Overview%></h2> |