mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Unify the way to generate the language list in WebUI and GUI
PR #17994.
This commit is contained in:
parent
c5a4a0db2c
commit
b33dc7d831
5 changed files with 133 additions and 154 deletions
|
@ -85,6 +85,8 @@ namespace Utils::Misc
|
|||
QString userFriendlyDuration(qlonglong seconds, qlonglong maxCap = -1);
|
||||
QString getUserIDString();
|
||||
|
||||
QString languageToLocalizedString(const QString &localeStr);
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
Path windowsSystemPath();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue