mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
New translation: Hindi(India).
This commit is contained in:
parent
4929085a5d
commit
25afb8a338
5 changed files with 6236 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue