diff options
author | Steven Barth <steven@midlink.org> | 2008-06-09 20:11:19 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-06-09 20:11:19 +0000 |
commit | 547267844003779107a6a0c220194351008fe224 (patch) | |
tree | 4453a6987a5fcbf6e6784084060a2b49cc3df353 /modules/freifunk/luasrc/controller | |
parent | 211c6394a0d145d3215893b827241723bb358a13 (diff) |
* Completed cleanup of German translation
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 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") |