Merge pull request #6849 from stangri/master-luci-app-https-dns-proxy

luci-app-https-dns-proxy: remove unnecessary translation call
This commit is contained in:
Stan Grishin 2024-01-23 03:06:10 -07:00 committed by GitHub
commit 92b3040414
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 5 deletions

View file

@ -129,7 +129,7 @@ return view.extend({
key = element[".name"]; key = element[".name"];
description = element[".name"]; description = element[".name"];
} }
o.value(key, _("%s").format(description)); o.value(key, description);
}); });
o.depends("dnsmasq_config_update_option", "+"); o.depends("dnsmasq_config_update_option", "+");
o.retain = true; o.retain = true;

View file

@ -1,10 +1,6 @@
msgid "" msgid ""
msgstr "Content-Type: text/plain; charset=UTF-8" msgstr "Content-Type: text/plain; charset=UTF-8"
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/view/https-dns-proxy/overview.js:132
msgid "%s"
msgstr ""
#: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:258 #: applications/luci-app-https-dns-proxy/htdocs/luci-static/resources/https-dns-proxy/status.js:258
msgid "%s%s%s proxy at %s on port %s.%s" msgid "%s%s%s proxy at %s on port %s.%s"
msgstr "" msgstr ""