Skip to content

Commit

Permalink
Added translation of webconsole site title
Browse files Browse the repository at this point in the history
  • Loading branch information
Gecero authored and r4sas committed Jul 21, 2022
1 parent 5dbc7a8 commit 5f9f23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/HTTPServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions i18n/German.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 5f9f23e

Please sign in to comment.