mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 13:53:37 -07:00
Fix previous commit. Use correct locale name.
This commit is contained in:
parent
8f519d00e7
commit
06d59cab2d
1 changed files with 1 additions and 1 deletions
|
@ -1341,7 +1341,7 @@ QString options_imp::languageToLocalizedString(const QLocale &locale)
|
||||||
case QLocale::Lithuanian: return QString::fromUtf8(C_LOCALE_LITHUANIAN);
|
case QLocale::Lithuanian: return QString::fromUtf8(C_LOCALE_LITHUANIAN);
|
||||||
case QLocale::Czech: return QString::fromUtf8(C_LOCALE_CZECH);
|
case QLocale::Czech: return QString::fromUtf8(C_LOCALE_CZECH);
|
||||||
case QLocale::Slovak: return QString::fromUtf8(C_LOCALE_SLOVAK);
|
case QLocale::Slovak: return QString::fromUtf8(C_LOCALE_SLOVAK);
|
||||||
case QLocale::Slovenian: return QString::fromUtf8(C_LOCALE_SLOVAK);
|
case QLocale::Slovenian: return QString::fromUtf8(C_LOCALE_SLOVENIAN);
|
||||||
case QLocale::Serbian: return QString::fromUtf8(C_LOCALE_SERBIAN);
|
case QLocale::Serbian: return QString::fromUtf8(C_LOCALE_SERBIAN);
|
||||||
case QLocale::Croatian: return QString::fromUtf8(C_LOCALE_CROATIAN);
|
case QLocale::Croatian: return QString::fromUtf8(C_LOCALE_CROATIAN);
|
||||||
case QLocale::Armenian: return QString::fromUtf8(C_LOCALE_ARMENIAN);
|
case QLocale::Armenian: return QString::fromUtf8(C_LOCALE_ARMENIAN);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue