Browse Source

Merge branch 'duke' of https://github.com/MyHush/SilentDragon into duke

pull/54/head
Jonathan "Duke" Leto 5 years ago
parent
commit
2bb2ba9cde
  1. 2
      application.qrc
  2. BIN
      res/zec_qt_wallet_ru.qm
  3. 2372
      res/zec_qt_wallet_ru.ts
  4. BIN
      res/zec_qt_wallet_uk.qm
  5. 2372
      res/zec_qt_wallet_uk.ts
  6. 4
      silentdragon.pro

2
application.qrc

@ -19,5 +19,7 @@
<file>res/zec_qt_wallet_pt.qm</file>
<file>res/zec_qt_wallet_it.qm</file>
<file>res/zec_qt_wallet_zh.qm</file>
<file>res/zec_qt_wallet_ru.qm</file>
<file>res/zec_qt_wallet_uk.qm</file>
</qresource>
</RCC>

BIN
res/zec_qt_wallet_ru.qm

Binary file not shown.

2372
res/zec_qt_wallet_ru.ts

File diff suppressed because it is too large

BIN
res/zec_qt_wallet_uk.qm

Binary file not shown.

2372
res/zec_qt_wallet_uk.ts

File diff suppressed because it is too large

4
silentdragon.pro

@ -116,7 +116,9 @@ TRANSLATIONS = res/zec_qt_wallet_es.ts \
res/zec_qt_wallet_de.ts \
res/zec_qt_wallet_pt.ts \
res/zec_qt_wallet_it.ts \
res/zec_qt_wallet_zh.ts
res/zec_qt_wallet_zh.ts \
res/zec_qt_wallet_ru.ts \
res/zec_qt_wallet_uk.ts
include(singleapplication/singleapplication.pri)
DEFINES += QAPPLICATION_CLASS=QApplication

Loading…
Cancel
Save