Browse Source

Merge pull request #1 from MyHush/denio

Denio
pull/54/head
Denio 5 years ago
committed by GitHub
parent
commit
c1a7029f7f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      application.qrc
  2. BIN
      res/zec_qt_wallet_hr.qm
  3. 1936
      res/zec_qt_wallet_hr.ts
  4. BIN
      res/zec_qt_wallet_sr.qm
  5. 1936
      res/zec_qt_wallet_sr.ts
  6. 2
      silentdragon-lite.pro
  7. 2
      src/main.cpp

1
application.qrc

@ -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

Binary file not shown.

1936
res/zec_qt_wallet_hr.ts

File diff suppressed because it is too large

BIN
res/zec_qt_wallet_sr.qm

Binary file not shown.

1936
res/zec_qt_wallet_sr.ts

File diff suppressed because it is too large

2
silentdragon-lite.pro

@ -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)

2
src/main.cpp

@ -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");

Loading…
Cancel
Save