themes: now load base instead of default i18n
This commit is contained in:
parent
55bc26a2a5
commit
c0ba2e06c6
8 changed files with 8 additions and 8 deletions
|
@ -30,7 +30,7 @@ for i,r in ipairs(request) do
|
|||
end
|
||||
end
|
||||
|
||||
require("luci.i18n").loadc("default")
|
||||
require("luci.i18n").loadc("base")
|
||||
require("luci.http").prepare_content("text/html")
|
||||
|
||||
-%>
|
||||
|
|
|
@ -30,7 +30,7 @@ for i,r in ipairs(request) do
|
|||
end
|
||||
end
|
||||
|
||||
require("luci.i18n").loadc("default")
|
||||
require("luci.i18n").loadc("base")
|
||||
require("luci.http").prepare_content("text/html")
|
||||
|
||||
-%>
|
||||
|
|
|
@ -30,7 +30,7 @@ for i,r in ipairs(request) do
|
|||
end
|
||||
end
|
||||
|
||||
require("luci.i18n").loadc("default")
|
||||
require("luci.i18n").loadc("base")
|
||||
require("luci.http").prepare_content("application/xhtml+xml")
|
||||
|
||||
-%>
|
||||
|
|
|
@ -30,7 +30,7 @@ for i,r in ipairs(request) do
|
|||
end
|
||||
end
|
||||
|
||||
require("luci.i18n").loadc("default")
|
||||
require("luci.i18n").loadc("base")
|
||||
require("luci.http").prepare_content("text/html")
|
||||
|
||||
-%>
|
||||
|
|
|
@ -30,7 +30,7 @@ for i,r in ipairs(request) do
|
|||
end
|
||||
end
|
||||
|
||||
require("luci.i18n").loadc("default")
|
||||
require("luci.i18n").loadc("base")
|
||||
require("luci.http").prepare_content("application/xhtml+xml")
|
||||
|
||||
-%>
|
||||
|
|
|
@ -31,7 +31,7 @@ for i,r in ipairs(request) do
|
|||
end
|
||||
end
|
||||
|
||||
require("luci.i18n").loadc("default")
|
||||
require("luci.i18n").loadc("base")
|
||||
require("luci.http").prepare_content("application/xhtml+xml")
|
||||
|
||||
-%>
|
||||
|
|
|
@ -30,7 +30,7 @@ for i,r in ipairs(request) do
|
|||
end
|
||||
end
|
||||
|
||||
require("luci.i18n").loadc("default")
|
||||
require("luci.i18n").loadc("base")
|
||||
require("luci.http").prepare_content("application/xhtml+xml")
|
||||
|
||||
-%>
|
||||
|
|
|
@ -29,7 +29,7 @@ for i,r in ipairs(request) do
|
|||
end
|
||||
end
|
||||
|
||||
require("luci.i18n").loadc("default")
|
||||
require("luci.i18n").loadc("base")
|
||||
require("luci.http").prepare_content("application/xhtml+xml")
|
||||
|
||||
-%>
|
||||
|
|
Loading…
Reference in a new issue