diff options
Diffstat (limited to 'modules/freifunk/luasrc/controller')
-rw-r--r-- | modules/freifunk/luasrc/controller/freifunk/freifunk.lua | 1 |
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 a3bafc0eb2..78cb92f2a7 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") |