1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-13 15:56:22 +01:00

Merge pull request #984

3ad64ee Update languages.xml

9c1d207 Add files via upload

c2a1a7b Update monero-wallet-gui.pro

d46000f Update qml.qrc

9b1aac4 Add monero-core_sk.ts
This commit is contained in:
luigi1111 2017-12-27 13:08:30 -05:00
commit e3663d054e
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
5 changed files with 2170 additions and 1 deletions

BIN
lang/flags/slovakia.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -40,4 +40,5 @@ List of available languages for your wallet's seed:
<language display_name="Română" locale="ro_RO" wallet_language="English" flag="/lang/flags/romania.png" qs="none"/>
<language display_name="Dansk" locale="da_DK" wallet-language="English" flag="/lang/flags/denmark.png" qs="none"/>
<language display_name="Česky" locale="cs_CZ" wallet_language="Czech" flag="/lang/flags/czech.png" qs="none"/>
<language display_name="Slovensky" locale="sk_SK" wallet_language="English" flag="/lang/flags/slovakia.png" qs="none"/>
</languages>

View File

@ -319,6 +319,7 @@ TRANSLATIONS = \ # English is default language, no explicit translation file
$$PWD/translations/monero-core_ro.ts \ # Romanian
$$PWD/translations/monero-core_da.ts \ # Danish
$$PWD/translations/monero-core_cs.ts \ # Czech
$$PWD/translations/monero-core_sk.ts \ # Slovak
CONFIG(release, debug|release) {
DESTDIR = release/bin

View File

@ -122,9 +122,10 @@
<file>lang/flags/uk.png</file>
<file>lang/flags/usa.png</file>
<file>lang/flags/israel.png</file>
<file>lang/flags/south_korea.png</file>
<file>lang/flags/south_korea.png</file>
<file>lang/flags/romania.png</file>
<file>lang/flags/czech.png</file>
<file>lang/flags/slovakia.png</file>
<file>wizard/WizardManageWalletUI.qml</file>
<file>wizard/WizardRecoveryWallet.qml</file>
<file>wizard/WizardMemoTextInput.qml</file>

File diff suppressed because it is too large Load Diff