mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Add the new translation to the build.
This commit is contained in:
parent
389c5fb114
commit
7712ca3efd
3 changed files with 4 additions and 1 deletions
|
@ -1344,6 +1344,7 @@ QString options_imp::languageToLocalizedString(QLocale::Language language, const
|
|||
case QLocale::Georgian: return QString::fromUtf8("ქართული");
|
||||
case QLocale::Byelorussian: return QString::fromUtf8("Беларуская");
|
||||
case QLocale::Basque: return QString::fromUtf8("Euskara");
|
||||
case QLocale::Vietnamese: return QString::fromUtf8("tiếng Việt");
|
||||
case QLocale::Chinese: {
|
||||
if (country == "cn")
|
||||
return QString::fromUtf8("中文 (简体)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue