Browse Source

Enable Croatian language in the build

pull/102/head
Jonathan "Duke" Leto 5 years ago
parent
commit
25b67280b8
  1. 5
      application.qrc
  2. 1889
      res/zec_qt_wallet_hr.ts
  3. 13
      silentdragon.pro

5
application.qrc

@ -17,12 +17,13 @@
<file>res/zec_qt_wallet_es.qm</file>
<file>res/zec_qt_wallet_fi.qm</file>
<file>res/zec_qt_wallet_fr.qm</file>
<file>res/zec_qt_wallet_pt.qm</file>
<file>res/zec_qt_wallet_hr.qm</file>
<file>res/zec_qt_wallet_it.qm</file>
<file>res/zec_qt_wallet_zh.qm</file>
<file>res/zec_qt_wallet_pt.qm</file>
<file>res/zec_qt_wallet_ru.qm</file>
<file>res/zec_qt_wallet_tr.qm</file>
<file>res/zec_qt_wallet_uk.qm</file>
<file>res/zec_qt_wallet_zh.qm</file>
</qresource>
<qresource prefix="/css">
<file>res/css/blue.css</file>

1889
res/zec_qt_wallet_hr.ts

File diff suppressed because it is too large

13
silentdragon.pro

@ -106,16 +106,17 @@ FORMS += \
src/requestdialog.ui
TRANSLATIONS = res/zec_qt_wallet_es.ts \
TRANSLATIONS = res/zec_qt_wallet_de.ts \
res/zec_qt_wallet_es.ts \
res/zec_qt_wallet_fi.ts \
res/zec_qt_wallet_fr.ts \
res/zec_qt_wallet_de.ts \
res/zec_qt_wallet_pt.ts \
res/zec_qt_wallet_hr.ts \
res/zec_qt_wallet_it.ts \
res/zec_qt_wallet_zh.ts \
res/zec_qt_wallet_tr.ts \
res/zec_qt_wallet_pt.ts \
res/zec_qt_wallet_ru.ts \
res/zec_qt_wallet_uk.ts
res/zec_qt_wallet_tr.ts \
res/zec_qt_wallet_uk.ts \
res/zec_qt_wallet_zh.ts
include(singleapplication/singleapplication.pri)
DEFINES += QAPPLICATION_CLASS=QApplication

Loading…
Cancel
Save