summaryrefslogtreecommitdiffhomepage
path: root/modules/freifunk/luasrc/controller
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-06-09 20:11:19 +0000
committerSteven Barth <steven@midlink.org>2008-06-09 20:11:19 +0000
commit547267844003779107a6a0c220194351008fe224 (patch)
tree4453a6987a5fcbf6e6784084060a2b49cc3df353 /modules/freifunk/luasrc/controller
parent211c6394a0d145d3215893b827241723bb358a13 (diff)
* Completed cleanup of German translation
Diffstat (limited to 'modules/freifunk/luasrc/controller')
-rw-r--r--modules/freifunk/luasrc/controller/freifunk/freifunk.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua
index a3bafc0eb..78cb92f2a 100644
--- a/modules/freifunk/luasrc/controller/freifunk/freifunk.lua
+++ b/modules/freifunk/luasrc/controller/freifunk/freifunk.lua
@@ -25,6 +25,7 @@ function index()
page.order = 5
page.setuser = "nobody"
page.setgroup = "nogroup"
+ page.i18n = "freifunk"
local page = node("freifunk", "index")
page.target = template("freifunk/index")