mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
Don't use deprecated locale name
This commit is contained in:
committed by
sledgehammer999
parent
5a1c4e79b3
commit
e7e3f6a9db
@@ -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