Merge pull request #1 from MyHush/denio

Denio
This commit is contained in:
Denio
2019-11-26 09:58:51 +01:00
committed by GitHub
7 changed files with 3876 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
<file>res/zec_qt_wallet_fr.qm</file>
<file>res/zec_qt_wallet_pt.qm</file>
<file>res/zec_qt_wallet_it.qm</file>
<file>res/zec_qt_wallet_hr.qm</file>
</qresource>
<qresource prefix="/css">
<file>res/css/blue.css</file>

BIN
res/zec_qt_wallet_hr.qm Normal file

Binary file not shown.

1936
res/zec_qt_wallet_hr.ts Normal file

File diff suppressed because it is too large Load Diff

BIN
res/zec_qt_wallet_sr.qm Normal file

Binary file not shown.

1936
res/zec_qt_wallet_sr.ts Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -122,6 +122,8 @@ TRANSLATIONS = res/zec_qt_wallet_es.ts \
res/zec_qt_wallet_pt.ts \
res/zec_qt_wallet_it.ts \
res/zec_qt_wallet_zh.ts \
res/zec_qt_wallet_hr.ts \
res/zec_qt_wallet_sr.ts \
res/zec_qt_wallet_tr.ts
include(singleapplication/singleapplication.pri)

View File

@@ -172,7 +172,7 @@ public:
qDebug() << "Loading locale " << locale;
QTranslator translator;
translator.load(QString(":/translations/res/hush_qt_wallet_") + locale);
translator.load(QString(":/translations/res/zec_qt_wallet_") + locale);
a.installTranslator(&translator);
QIcon icon(":/icons/res/icon.ico");