mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
- Added traditional Chinese locale
This commit is contained in:
@@ -115,6 +115,8 @@ options_imp::options_imp(QWidget *parent):QDialog(parent){
|
||||
locales << "ja_JP";
|
||||
comboI18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/china.png"))), QString::fromUtf8("中文 (简体)"));
|
||||
locales << "zh_CN";
|
||||
comboI18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/taiwan.png"))), QString::fromUtf8("中文 (繁體)"));
|
||||
locales << "zh_TW";
|
||||
comboI18n->addItem((QIcon(QString::fromUtf8(":/Icons/flags/south_korea.png"))), QString::fromUtf8("한글"));
|
||||
locales << "ko_KR";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user