mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +04:00
luci-mod-system: add translation string for language
add translation string for language Signed-off-by: Andy Chiang <AndyChiang_git@outlook.com>
This commit is contained in:
@@ -234,7 +234,7 @@ return view.extend({
|
||||
o.uciconfig = 'luci';
|
||||
o.ucisection = 'main';
|
||||
o.ucioption = 'lang';
|
||||
o.value('auto');
|
||||
o.value('auto', _('auto'));
|
||||
|
||||
var l = Object.assign({ en: 'English' }, uci.get('luci', 'languages')),
|
||||
k = Object.keys(l).sort();
|
||||
|
||||
Reference in New Issue
Block a user