all: remove references to old i18n files
[project/luci.git] / build / cbi2uvl.lua
index e1d0c15..7fe8ef5 100755 (executable)
@@ -23,9 +23,7 @@ if not arg[1] then
        os.exit(1)
 end
 
        os.exit(1)
 end
 
-i18n.load("default", "en")
-i18n.load("admin-core", "en")
-i18n.load("wifi", "en")
+i18n.load("base", "en")
 
 if arg[2] then
        i18n.load(arg[2], "en")
 
 if arg[2] then
        i18n.load(arg[2], "en")