aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerciccione <erciccione@users.noreply.github.com>2017-12-27 17:07:31 +0100
committerPavel Ruzicka <ruza@ruza.eu>2017-12-27 17:56:33 +0100
commitc50eb93c3d2a7857482521506dcc57ba2a8642e4 (patch)
treea2af1d88a55498b7de2d53890522c17a025d7962
parent33c4950757f252ad1c1cbba90e30392f0f8bc4af (diff)
downloadmonzero-gui-c50eb93c3d2a7857482521506dcc57ba2a8642e4.tar.gz
monzero-gui-c50eb93c3d2a7857482521506dcc57ba2a8642e4.tar.xz
monzero-gui-c50eb93c3d2a7857482521506dcc57ba2a8642e4.zip
add czech files on monero-wallet-gui.pro and qml.qrc
-rw-r--r--monero-wallet-gui.pro1
-rw-r--r--qml.qrc1
2 files changed, 2 insertions, 0 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro
index d680f890..efced24a 100644
--- a/monero-wallet-gui.pro
+++ b/monero-wallet-gui.pro
@@ -318,6 +318,7 @@ TRANSLATIONS = \ # English is default language, no explicit translation file
$$PWD/translations/monero-core_ko.ts \ # Korean
$$PWD/translations/monero-core_ro.ts \ # Romanian
$$PWD/translations/monero-core_da.ts \ # Danish
+ $$PWD/translations/monero-core_cs.ts \ # Czech
CONFIG(release, debug|release) {
DESTDIR = release/bin
diff --git a/qml.qrc b/qml.qrc
index 9fcb0a11..b6373a06 100644
--- a/qml.qrc
+++ b/qml.qrc
@@ -124,6 +124,7 @@
<file>lang/flags/israel.png</file>
<file>lang/flags/south_korea.png</file>
<file>lang/flags/romania.png</file>
+ <file>lang/flags/czech.png</file>
<file>wizard/WizardManageWalletUI.qml</file>
<file>wizard/WizardRecoveryWallet.qml</file>
<file>wizard/WizardMemoTextInput.qml</file>