mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Still working on program preferences in Web UI (not functional yet)
This commit is contained in:
parent
9a16a9d11b
commit
d79cd07d50
2 changed files with 56 additions and 1 deletions
|
@ -108,7 +108,7 @@ QString HttpConnection::translateDocument(QString data) {
|
|||
bool found = false;
|
||||
do {
|
||||
found = false;
|
||||
QRegExp regex("_\\(([\\w\\s?!:\\/\\.]+)\\)");
|
||||
QRegExp regex("_\\(([\\w\\s?!:\\/\\(\\)\\.]+)\\)");
|
||||
i = regex.indexIn(data, i);
|
||||
if(i >= 0) {
|
||||
//qDebug("Found translatable string: %s", regex.cap(1).toUtf8().data());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue