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 /build | |
parent | c0ba2e06c65e98360d9a98570286a9c0cb82dc67 (diff) |
all: remove references to old i18n files
Diffstat (limited to 'build')
-rwxr-xr-x | build/cbi2uvl.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/cbi2uvl.lua b/build/cbi2uvl.lua index e1d0c150d..7fe8ef574 100755 --- a/build/cbi2uvl.lua +++ b/build/cbi2uvl.lua @@ -23,9 +23,7 @@ if not arg[1] then 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") |