mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Added traditional Chinese locale
This commit is contained in:
parent
42a2acefd3
commit
c10ebc3086
61 changed files with 4531 additions and 1565 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue