Fix i18n problems with freifunk module and meshwizard
[project/luci.git] / modules / freifunk / luasrc / model / cbi / freifunk / basics.lua
index 247e881..fa7cfec 100644 (file)
@@ -15,7 +15,7 @@ local fs = require "luci.fs"
 local util = require "luci.util"
 local uci = require "luci.model.uci".cursor()
 local profiles = "/etc/config/profile_"
-
+luci.i18n.loadc("freifunk")
 
 m = Map("freifunk", translate ("Community"))
 c = m:section(NamedSection, "community", "public", nil, translate("These are the basic settings for your local wireless community. These settings define the default values for the wizard and DO NOT affect the actual configuration of the router."))