* More Translation
[project/luci.git] / libs / web / luasrc / i18n.lua
index 5464299..3ed1ce0 100644 (file)
@@ -55,6 +55,7 @@ end
 
 -- Same as load but autocompletes the filename with .LANG from config.lang
 function loadc(file, force)
+       load(file .. ".en", force)
        return load(file .. "." .. require("luci.config").main.lang, force)
 end