mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Don't use deprecated locale name
This commit is contained in:
@@ -131,7 +131,7 @@ namespace
|
|||||||
case QLocale::Latvian: return QString::fromUtf8(C_LOCALE_LATVIAN);
|
case QLocale::Latvian: return QString::fromUtf8(C_LOCALE_LATVIAN);
|
||||||
case QLocale::Lithuanian: return QString::fromUtf8(C_LOCALE_LITHUANIAN);
|
case QLocale::Lithuanian: return QString::fromUtf8(C_LOCALE_LITHUANIAN);
|
||||||
case QLocale::Malay: return QString::fromUtf8(C_LOCALE_MALAY);
|
case QLocale::Malay: return QString::fromUtf8(C_LOCALE_MALAY);
|
||||||
case QLocale::Norwegian: return QString::fromUtf8(C_LOCALE_NORWEGIAN);
|
case QLocale::NorwegianBokmal: return QString::fromUtf8(C_LOCALE_NORWEGIAN);
|
||||||
case QLocale::Occitan: return QString::fromUtf8(C_LOCALE_OCCITAN);
|
case QLocale::Occitan: return QString::fromUtf8(C_LOCALE_OCCITAN);
|
||||||
case QLocale::Polish: return QString::fromUtf8(C_LOCALE_POLISH);
|
case QLocale::Polish: return QString::fromUtf8(C_LOCALE_POLISH);
|
||||||
case QLocale::Portuguese:
|
case QLocale::Portuguese:
|
||||||
|
|||||||
Reference in New Issue
Block a user