Browse Source

Added translation of webconsole site title

pull/1786/head
Gecero-Sensei 2 years ago committed by R4SAS
parent
commit
5f9f23eb3f
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      daemon/HTTPServer.cpp
  2. 1
      i18n/German.cpp

2
daemon/HTTPServer.cpp

@ -182,7 +182,7 @@ namespace http { @@ -182,7 +182,7 @@ namespace http {
" <meta charset=\"UTF-8\">\r\n"
" <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n"
" <link rel=\"shortcut icon\" href=\"" << itoopieFavicon << "\">\r\n"
" <title>Purple I2P Webconsole</title>\r\n";
" <title>" << tr("Purple I2P Webconsole") << "</title>\r\n";
GetStyles(s);
s <<
"</head>\r\n"

1
i18n/German.cpp

@ -31,6 +31,7 @@ namespace german // language namespace @@ -31,6 +31,7 @@ namespace german // language namespace
static std::map<std::string, std::string> strings
{
{"Purple I2P Webconsole", "Purple-I2P-Webkonsole"},
{"KiB", "KiB"},
{"MiB", "MiB"},
{"GiB", "GiB"},

Loading…
Cancel
Save