Browse Source

add RU and UA localization

pull/51/head
Lucky-Mining 5 years ago
parent
commit
3eac4a6cc0
  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_ua.qm
  5. 2372
      res/zec_qt_wallet_ua.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_ua.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_ua.qm

Binary file not shown.

2372
res/zec_qt_wallet_ua.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_ua.ts
include(singleapplication/singleapplication.pri)
DEFINES += QAPPLICATION_CLASS=QApplication

Loading…
Cancel
Save