Skip to content

Commit

Permalink
add turkish localization
Browse files Browse the repository at this point in the history
  • Loading branch information
rtonline authored and erciccione committed Mar 13, 2018
1 parent f12d473 commit 587e6e8
Show file tree
Hide file tree
Showing 5 changed files with 2,506 additions and 6 deletions.
Binary file added lang/flags/tr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions lang/languages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ List of available languages for your wallet's seed:
7 : русский язык (Russian)
8 : 日本語 (Japanese)
9 : 简体中文 (中国) (Simplified Chinese (Mainland))
11 : Turkey (Turkish)
-->
<language display_name="English (US)" locale="en_US" wallet_language="English" flag="/lang/flags/usa.png" qs="none"/>
<!-- <language display_name="English (GB)" locale="en_GB" wallet_language="English" flag="/lang/flags/uk.png" qs="none"/> -->
Expand Down Expand Up @@ -43,9 +44,7 @@ List of available languages for your wallet's seed:
<language display_name="Slovensky" locale="sk_SK" wallet_language="English" flag="/lang/flags/slovakia.png" qs="none"/>
<language display_name="Arabic" locale="ar_AR" wallet_language="English" flag="/lang/flags/egypt.png" qs="none"/>
<language display_name="Slovenski" locale="sl_SI" wallet_language="English" flag="/lang/flags/slovenia.png" qs="none"/>
<<<<<<< HEAD
<language display_name="Srpski" locale="rs_RS" wallet_language="English" flag="/lang/flags/srbija.png" qs="none"/>
=======
<language display_name="Català" locale="cat_ES" wallet_language="Catalan" flag="/lang/flags/catalonia.png" qs="none"/>
>>>>>>> Catalan translation
<language display_name="Turkish" locale="tr_TR" wallet_language="Turkish" flag="/lang/flags/tr.png" qs="none"/>
</languages>
4 changes: 1 addition & 3 deletions monero-wallet-gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,9 @@ TRANSLATIONS = \ # English is default language, no explicit translation file
$$PWD/translations/monero-core_sk.ts \ # Slovak
$$PWD/translations/monero-core_ar.ts \ # Arabic
$$PWD/translations/monero-core_sl.ts \ # Slovenian
<<<<<<< HEAD
$$PWD/translations/monero-core_rs.ts \ # Serbian
=======
$$PWD/translations/monero-core_cat.ts \ # Catalan
>>>>>>> Catalan translation
$$PWD/translations/monero-core_tr.ts \ # Turkish

CONFIG(release, debug|release) {
DESTDIR = release/bin
Expand Down
1 change: 1 addition & 0 deletions qml.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
<file>lang/flags/slovakia.png</file>
<file>lang/flags/egypt.png</file>
<file>lang/flags/catalonia.png</file>
<file>lang/flags/tr.png</file>
<file>wizard/WizardManageWalletUI.qml</file>
<file>wizard/WizardRecoveryWallet.qml</file>
<file>wizard/WizardMemoTextInput.qml</file>
Expand Down
Loading

0 comments on commit 587e6e8

Please sign in to comment.