diff options
| author | erciccione <erciccione@users.noreply.github.com> | 2017-12-27 17:07:31 +0100 |
|---|---|---|
| committer | Pavel Ruzicka <ruza@ruza.eu> | 2017-12-27 17:56:33 +0100 |
| commit | c50eb93c3d2a7857482521506dcc57ba2a8642e4 (patch) | |
| tree | a2af1d88a55498b7de2d53890522c17a025d7962 | |
| parent | 33c4950757f252ad1c1cbba90e30392f0f8bc4af (diff) | |
| download | monzero-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.pro | 1 | ||||
| -rw-r--r-- | qml.qrc | 1 |
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 @@ -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> |
