Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
feat(l10n): add initial Belarusian translation from weblate
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene authored and zetok committed Jun 23, 2016
1 parent 83f874e commit 684835d
Show file tree
Hide file tree
Showing 4 changed files with 2,423 additions and 1 deletion.
3 changes: 2 additions & 1 deletion res.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
<file>img/taskbar/light/taskbar_offline.svg</file>
<file>img/taskbar/light/taskbar_event.svg</file>
<file>img/transfer.svg</file>
<file>translations/ar.qm</file>
<file>translations/be.qm</file>
<file>translations/bg.qm</file>
<file>translations/cs.qm</file>
<file>translations/da.qm</file>
Expand All @@ -67,7 +69,6 @@
<file>translations/sv.qm</file>
<file>translations/tr.qm</file>
<file>translations/uk.qm</file>
<file>translations/ar.qm</file>
<file>translations/zh.qm</file>
<file>ui/fileTransferWidget/fileDone.svg</file>
<file>ui/callButton/callButton.css</file>
Expand Down
2 changes: 2 additions & 0 deletions src/widget/form/settings/generalform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#include <QDebug>

static QStringList locales = {"ar",
"be",
"bg",
"cs",
"da",
Expand Down Expand Up @@ -67,6 +68,7 @@ static QStringList locales = {"ar",
"uk",
"zh"};
static QStringList langs = {"Arabic",
"Беларуская",
"Български",
"Čeština",
"Dansk",
Expand Down
Loading

0 comments on commit 684835d

Please sign in to comment.