mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
- Slovak and Serbian were inverted
- Updated Serbia flag (better resolution)
This commit is contained in:
parent
ffa48b64ac
commit
793f8a103d
2 changed files with 2 additions and 2 deletions
|
@ -104,9 +104,9 @@ options_imp::options_imp(QWidget *parent):QDialog(parent){
|
|||
comboI18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/czech.png"))), QString::fromUtf8("Čeština"));
|
||||
locales << "cs_CZ";
|
||||
comboI18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/slovakia.png"))), QString::fromUtf8("Slovenčina"));
|
||||
locales << "sr_CS";
|
||||
comboI18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/serbia.png"))), QString::fromUtf8("Србин"));
|
||||
locales << "sk_SK";
|
||||
comboI18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/serbia.png"))), QString::fromUtf8("Србин"));
|
||||
locales << "sr_CS";
|
||||
comboI18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/romania.png"))), QString::fromUtf8("Română"));
|
||||
locales << "ro_RO";
|
||||
comboI18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/turkey.png"))), QString::fromUtf8("Türkçe"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue