1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-14 08:48:17 +00:00

Add the new translation to the build.

This commit is contained in:
sledgehammer999 2013-10-12 16:13:27 +03:00
parent 389c5fb114
commit 7712ca3efd
3 changed files with 4 additions and 1 deletions

View File

@ -35,6 +35,7 @@
<file>lang/qbittorrent_sv.qm</file> <file>lang/qbittorrent_sv.qm</file>
<file>lang/qbittorrent_tr.qm</file> <file>lang/qbittorrent_tr.qm</file>
<file>lang/qbittorrent_uk.qm</file> <file>lang/qbittorrent_uk.qm</file>
<file>lang/qbittorrent_vi.qm</file>
<file>lang/qbittorrent_zh.qm</file> <file>lang/qbittorrent_zh.qm</file>
<file>lang/qbittorrent_zh_TW.qm</file> <file>lang/qbittorrent_zh_TW.qm</file>
</qresource> </qresource>

View File

@ -1344,6 +1344,7 @@ QString options_imp::languageToLocalizedString(QLocale::Language language, const
case QLocale::Georgian: return QString::fromUtf8("ქართული"); case QLocale::Georgian: return QString::fromUtf8("ქართული");
case QLocale::Byelorussian: return QString::fromUtf8("Беларуская"); case QLocale::Byelorussian: return QString::fromUtf8("Беларуская");
case QLocale::Basque: return QString::fromUtf8("Euskara"); case QLocale::Basque: return QString::fromUtf8("Euskara");
case QLocale::Vietnamese: return QString::fromUtf8("tiếng Việt");
case QLocale::Chinese: { case QLocale::Chinese: {
if (country == "cn") if (country == "cn")
return QString::fromUtf8("中文 (简体)"); return QString::fromUtf8("中文 (简体)");

View File

@ -242,4 +242,5 @@ TRANSLATIONS = $$LANG_PATH/qbittorrent_fr.ts \
$$LANG_PATH/qbittorrent_ka.ts \ $$LANG_PATH/qbittorrent_ka.ts \
$$LANG_PATH/qbittorrent_be.ts \ $$LANG_PATH/qbittorrent_be.ts \
$$LANG_PATH/qbittorrent_eu.ts \ $$LANG_PATH/qbittorrent_eu.ts \
$$LANG_PATH/qbittorrent_he.ts $$LANG_PATH/qbittorrent_he.ts \
$$LANG_PATH/qbittorrent_vi.ts