diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-01 14:24:04 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-11-01 14:24:04 +0000 |
commit | f5a760168b3dba6b9b0d5d93ab6b6ed4e229cb73 (patch) | |
tree | fbe69b9a2dae898ccb285e79d350c190c17ad4dd /libs/web/luasrc | |
parent | c0ba2e06c65e98360d9a98570286a9c0cb82dc67 (diff) |
all: remove references to old i18n files
Diffstat (limited to 'libs/web/luasrc')
-rw-r--r-- | libs/web/luasrc/dispatcher.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index 6445c124ed..e3d7ec9748 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -475,7 +475,7 @@ function createtree() ctx.modifiers = modi -- Load default translation - require "luci.i18n".loadc("default") + require "luci.i18n".loadc("base") local scope = setmetatable({}, {__index = luci.dispatcher}) |