Skip to content

Commit

Permalink
luci-mod-system:Improve translation
Browse files Browse the repository at this point in the history
Signed-off-by: He Ping <pinghejk@gmail.com>
  • Loading branch information
try496 committed Feb 16, 2024
1 parent 5b955f1 commit d7c1822
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions modules/luci-base/po/templates/base.pot
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,10 @@ msgstr ""
msgid "Attempt to enable configured mount points for attached devices"
msgstr ""

#: modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js:229
msgid "Auto"
msgstr ""

#: protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js:146
#: protocols/luci-proto-vpnc/htdocs/luci-static/resources/protocol/vpnc.js:64
msgid "Auth Group"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,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();
Expand Down

0 comments on commit d7c1822

Please sign in to comment.