Skip to content

Commit ce6f942

Browse files
committed
Integrate Basque translation
1 parent 5cf7e47 commit ce6f942

7 files changed

Lines changed: 5297 additions & 1 deletion

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Translations authors:
7474
copyright:
7575
- Arabic: SDERAWI (abz8868@msn.com) and sn51234 (nesseyan@gmail.com)
7676
- Armenian: Hrant Ohanyan (hrantohanyan@mail.am)
77+
- Basque: Xabier Aramendi (azpidatziak@gmail.com)
7778
- Belarusian: Mihas Varantsou (meequz@gmail.com)
7879
- Brazilian: Nick Marinho (nickmarinho@gmail.com)
7980
- Bulgarian: Tsvetan & Boyko Bankoff (emerge_life@users.sourceforge.net)

src/about_imp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class about : public QDialog, private Ui::AboutDlg{
6464
QString trans_txt = "<p>"+tr("I would like to thank the following people who volunteered to translate qBittorrent:")+"</p>";
6565
trans_txt += QString::fromUtf8("<ul><li><u>Arabic:</u> SDERAWI (abz8868@msn.com) and sn51234 (nesseyan@gmail.com)</li>\
6666
<li><u>Armenian:</u> Hrant Ohanyan (hrantohanyan@mail.am)</li>\
67+
<li><u>Basque:</u> Xabier Aramendi (azpidatziak@gmail.com)</li>\
6768
<li><u>Belarusian:</u> Mihas Varantsou (meequz@gmail.com)</li>\
6869
<li><u>Brazilian:</u> Nick Marinho (nickmarinho@gmail.com)</li>\
6970
<li><u>Bulgarian:</u> Tsvetan & Boyko Bankoff (emerge_life@users.sourceforge.net)</li>\

src/lang.qrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@
3535
<file>lang/qbittorrent_ro.qm</file>
3636
<file>lang/qbittorrent_ka.qm</file>
3737
<file>lang/qbittorrent_be.qm</file>
38+
<file>lang/qbittorrent_eu.qm</file>
3839
</qresource>
3940
</RCC>

src/lang/qbittorrent_eu.qm

120 KB
Binary file not shown.

src/lang/qbittorrent_eu.ts

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

src/preferences/options_imp.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,6 +1265,7 @@ QString options_imp::languageToLocalizedString(QLocale::Language language, const
12651265
case QLocale::Arabic: return QString::fromUtf8("عربي");
12661266
case QLocale::Georgian: return QString::fromUtf8("ქართული");
12671267
case QLocale::Byelorussian: return QString::fromUtf8("Беларуская");
1268+
case QLocale::Basque: return QString::fromUtf8("Euskara");
12681269
case QLocale::Chinese: {
12691270
if (country == "cn")
12701271
return QString::fromUtf8("中文 (简体)");

src/src.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,5 @@ TRANSLATIONS = $$LANG_PATH/qbittorrent_fr.ts \
226226
$$LANG_PATH/qbittorrent_hy.ts \
227227
$$LANG_PATH/qbittorrent_lt.ts \
228228
$$LANG_PATH/qbittorrent_ka.ts \
229-
$$LANG_PATH/qbittorrent_be.ts
229+
$$LANG_PATH/qbittorrent_be.ts \
230+
$$LANG_PATH/qbittorrent_eu.ts

0 commit comments

Comments
 (0)