diff options
author | Steven Barth <steven@midlink.org> | 2008-07-23 11:13:33 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-23 11:13:33 +0000 |
commit | 4deb48622868cfbf6b7d9a8f710df16825aec664 (patch) | |
tree | f34c6f74f9d72d1c4d2e38002c1cccbefcfbdd56 /libs/web | |
parent | f10b0e58e2ca9a3c3760965e83a1bcac0954407a (diff) |
i18n: Added dynamic registration for translations
Diffstat (limited to 'libs/web')
-rw-r--r-- | libs/web/root/etc/config/luci | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci index 76375eafe..43c484a8f 100644 --- a/libs/web/root/etc/config/luci +++ b/libs/web/root/etc/config/luci @@ -34,9 +34,6 @@ config event uci_oncommit option ntpclient "/sbin/luci-reload ntpclient" config internal languages - option de "Deutsch" - option en "English" - option fr "Français" config internal sauth option sessionpath "/tmp/.lucisessions" |