Fix i18n problems with freifunk module and meshwizard
[project/luci.git] / modules / freifunk / luasrc / model / cbi / freifunk / user_index.lua
index fe1d8fe..e23ea90 100644 (file)
@@ -1,5 +1,6 @@
 local fs = require "nixio.fs"
 local file = "/www/luci-static/index_user.html"
+luci.i18n.loadc("freifunk")
 
 m = Map("freifunk", translate("Edit index page"), translate("You can display additional content on the public index page by inserting valid XHTML in the form below.<br />Headlines should be enclosed between &lt;h2&gt; and &lt;/h2&gt;."))