Browse Source

New translation: Hindi(India).

adaptive-webui-19844
sledgehammer999 10 years ago
parent
commit
25afb8a338
  1. 1
      src/gui/options_imp.cpp
  2. 1
      src/lang.qrc
  3. 6231
      src/lang/qbittorrent_hi_IN.ts
  4. 3
      src/src.pro
  5. 1
      src/webui/www/public/preferences_content.html

1
src/gui/options_imp.cpp

@ -1309,6 +1309,7 @@ QString options_imp::languageToLocalizedString(const QLocale &locale) @@ -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("Беларуская");

1
src/lang.qrc

@ -17,6 +17,7 @@ @@ -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

File diff suppressed because it is too large Load Diff

3
src/src.pro

@ -110,6 +110,7 @@ TRANSLATIONS = \ @@ -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 = .

1
src/webui/www/public/preferences_content.html

@ -288,6 +288,7 @@ @@ -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…
Cancel
Save