Skip to content

Commit 847a6c7

Browse files
author
Christophe Dumez
committed
Added Armenian translation
1 parent ecffc5e commit 847a6c7

7 files changed

Lines changed: 5093 additions & 2 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Translations authors:
6868
* files: src/lang/*.ts
6969
copyright:
7070
- Arabic: SDERAWI (abz8868@msn.com) and sn51234 (nesseyan@gmail.com)
71+
- Armenian: Hrant Ohanyan (hrantohanyan@mail.am)
7172
- Brazilian: Nick Marinho (nickmarinho@gmail.com)
7273
- Bulgarian: Tsvetan & Boyko Bankoff (emerge_life@users.sourceforge.net)
7374
- Catalan: Francisco Luque Contreras (frannoe@ya.com)

src/about_imp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class about : public QDialog, private Ui::AboutDlg{
6060
// Translation
6161
QString trans_txt = "<p>"+tr("I would like to thank the following people who volunteered to translate qBittorrent:")+"</p>";
6262
trans_txt += QString::fromUtf8("<ul><li><u>Arabic:</u> SDERAWI (abz8868@msn.com) and sn51234 (nesseyan@gmail.com)</li>\
63+
<li><u>Armenian:</u> Hrant Ohanyan (hrantohanyan@mail.am)</li>\
6364
<li><u>Brazilian:</u> Nick Marinho (nickmarinho@gmail.com)</li>\
6465
<li><u>Bulgarian:</u> Tsvetan & Boyko Bankoff (emerge_life@users.sourceforge.net)</li>\
6566
<li><u>Catalan:</u> Francisco Luque Contreras (frannoe@ya.com)</li>\

src/lang.qrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
<file>lang/qbittorrent_en.qm</file>
3232
<file>lang/qbittorrent_hr.qm</file>
3333
<file>lang/qbittorrent_ro.qm</file>
34+
<file>lang/qbittorrent_hy.qm</file>
3435
</qresource>
35-
</RCC>
36+
</RCC>

src/lang/qbittorrent_hy.qm

97.1 KB
Binary file not shown.

src/lang/qbittorrent_hy.ts

Lines changed: 5086 additions & 0 deletions
Large diffs are not rendered by default.

src/src.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,5 @@ TRANSLATIONS = $$LANG_PATH/qbittorrent_fr.ts \
200200
$$LANG_PATH/qbittorrent_sr.ts \
201201
$$LANG_PATH/qbittorrent_ar.ts \
202202
$$LANG_PATH/qbittorrent_hr.ts \
203-
$$LANG_PATH/qbittorrent_gl.ts
203+
$$LANG_PATH/qbittorrent_gl.ts \
204+
$$LANG_PATH/qbittorrent_hy.ts

src/webui/html/preferences_content.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
<option value="cs_CZ" title="Icons/flags/cz.png">Čeština</option>
213213
<option value="sk_SK" title="Icons/flags/sk.png">Slovenčina</option>
214214
<option value="sr_CS" title="Icons/flags/cs.png">Српски</option>
215+
<option value="hy_AM" title="Icons/flags/am.png">Armenian</option>
215216
<option value="ro_RO" title="Icons/flags/ro.png">Română</option>
216217
<option value="tr_TR" title="Icons/flags/tr.png">Türkçe</option>
217218
<option value="el_GR" title="Icons/flags/gr.png">Ελληνικά</option>

0 commit comments

Comments
 (0)