Fix i18n problems with freifunk module and meshwizard
[project/luci.git] / modules / freifunk / luasrc / model / cbi / freifunk / profile_expert.lua
index a0b8f34..b08c0f0 100644 (file)
@@ -13,6 +13,7 @@ You may obtain a copy of the License at
 local fs = require "nixio.fs"
 local uci = require "luci.model.uci".cursor()
 local community = uci:get("freifunk", "community", "name")
+luci.i18n.loadc("freifunk")
 
 if community == nil then
         luci.http.redirect(luci.dispatcher.build_url("admin", "freifunk", "profile_error"))