Browse Source

Correctly handle translation

Fixup of 07a85a1018
adaptive-webui-19844
Chocobo1 7 years ago
parent
commit
3e9311b096
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 1
      src/webui/extra_translations.h
  2. 2
      src/webui/www/public/setlocation.html

1
src/webui/extra_translations.h

@ -75,6 +75,7 @@ static const char *__TRANSLATIONS__[] = { @@ -75,6 +75,7 @@ static const char *__TRANSLATIONS__[] = {
QT_TRANSLATE_NOOP("HttpServer", "Hard Disk"),
QT_TRANSLATE_NOOP("HttpServer", "Share ratio limit must be between 0 and 9998.")
QT_TRANSLATE_NOOP("HttpServer", "Seeding time limit must be between 0 and 525600 minutes.")
QT_TRANSLATE_NOOP("HttpServer", "Set location")
};
static const struct { const char *source; const char *comment; } __COMMENTED_TRANSLATIONS__[] = {

2
src/webui/www/public/setlocation.html

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>QBT_TR(Set location)QBT_TR[CONTEXT=TransferListWidget]</title>
<title>QBT_TR(Set location)QBT_TR[CONTEXT=HttpServer]</title>
<link rel="stylesheet" href="css/style.css" type="text/css" />
<script type="text/javascript" src="scripts/mootools-1.2-core-yc.js" charset="utf-8"></script>
<script type="text/javascript" src="scripts/mootools-1.2-more.js" charset="utf-8"></script>

Loading…
Cancel
Save