mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 12:34:19 +00:00
New translation: Hindi(India).
This commit is contained in:
parent
4929085a5d
commit
25afb8a338
@ -1309,6 +1309,7 @@ QString options_imp::languageToLocalizedString(const QLocale &locale)
|
||||
case QLocale::Russian: return QString::fromUtf8("Русский");
|
||||
case QLocale::Japanese: return QString::fromUtf8("日本語");
|
||||
case QLocale::Hebrew: return QString::fromUtf8("עברית");
|
||||
case QLocale::Hindi: return QString::fromUtf8("हिन्दी, हिंदी");
|
||||
case QLocale::Arabic: return QString::fromUtf8("عربي");
|
||||
case QLocale::Georgian: return QString::fromUtf8("ქართული");
|
||||
case QLocale::Byelorussian: return QString::fromUtf8("Беларуская");
|
||||
|
@ -17,6 +17,7 @@
|
||||
<file>lang/qbittorrent_fr.qm</file>
|
||||
<file>lang/qbittorrent_gl.qm</file>
|
||||
<file>lang/qbittorrent_he.qm</file>
|
||||
<file>lang/qbittorrent_hi_IN.qm</file>
|
||||
<file>lang/qbittorrent_hr.qm</file>
|
||||
<file>lang/qbittorrent_hu.qm</file>
|
||||
<file>lang/qbittorrent_hy.qm</file>
|
||||
|
6231
src/lang/qbittorrent_hi_IN.ts
Normal file
6231
src/lang/qbittorrent_hi_IN.ts
Normal file
File diff suppressed because it is too large
Load Diff
@ -110,6 +110,7 @@ TRANSLATIONS = \
|
||||
$$LANG_PATH/qbittorrent_be.ts \
|
||||
$$LANG_PATH/qbittorrent_eu.ts \
|
||||
$$LANG_PATH/qbittorrent_he.ts \
|
||||
$$LANG_PATH/qbittorrent_vi.ts
|
||||
$$LANG_PATH/qbittorrent_vi.ts \
|
||||
$$LANG_PATH/qbittorrent_hi_IN.ts
|
||||
|
||||
DESTDIR = .
|
||||
|
@ -288,6 +288,7 @@
|
||||
<option value="cs_CZ">Čeština</option>
|
||||
<option value="sk_SK">Slovenčina</option>
|
||||
<option value="sr_CS">Српски</option>
|
||||
<option value="hi_IN">हिन्दी, हिंदी</option>
|
||||
<option value="hr_HR">Hrvatski</option>
|
||||
<option value="hy_AM">Հայերեն</option>
|
||||
<option value="ro_RO">Română</option>
|
||||
|
Loading…
x
Reference in New Issue
Block a user