mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
Add translation files to project file
Also fix a few typos in translations files leading to parsing errors.
This commit is contained in:
parent
8d35711448
commit
4c1bf7dcf8
3 changed files with 9 additions and 4 deletions
|
@ -257,16 +257,21 @@ macx {
|
|||
# translation stuff
|
||||
TRANSLATIONS = \ # English is default language, no explicit translation file
|
||||
$$PWD/translations/monero-core_ar.ts \ # Arabic
|
||||
$$PWD/translations/monero-core_de.ts \ # Deutsch
|
||||
$$PWD/translations/monero-core_br.ts \ # Portuguese (Brazil)
|
||||
$$PWD/translations/monero-core_de.ts \ # German
|
||||
$$PWD/translations/monero-core_eo.ts \ # Esperanto
|
||||
$$PWD/translations/monero-core_es.ts \ # Spanish
|
||||
$$PWD/translations/monero-core_fi.ts \ # Finnish
|
||||
$$PWD/translations/monero-core_fr.ts \ # French
|
||||
$$PWD/translations/monero-core_hr.ts \ # Croatian
|
||||
$$PWD/translations/monero-core_id.ts \ # Indonesian
|
||||
$$PWD/translations/monero-core_in.ts \ # Hindi
|
||||
$$PWD/translations/monero-core_it.ts \ # Italian
|
||||
$$PWD/translations/monero-core_ja.ts \ # Japanese
|
||||
$$PWD/translations/monero-core_nl.ts \ # Dutch
|
||||
$$PWD/translations/monero-core_pl.ts \ # Polish
|
||||
$$PWD/translations/monero-core_ru.ts \ # Russian
|
||||
$$PWD/translations/monero-core_zh.ts \ # Chineese
|
||||
$$PWD/translations/monero-core_zh.ts \ # Chinese (Taiwan)
|
||||
|
||||
CONFIG(release, debug|release) {
|
||||
DESTDIR = release/bin
|
||||
|
|
|
@ -665,7 +665,7 @@
|
|||
<message>
|
||||
<location filename="../pages/Sign.qml" line="444"/>
|
||||
<source><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> Signing address <font size='2'> ( Type in or select from </font> <a href='#'>Address</a><font size='2'> book )</font></source>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> Endereço que assina <font size='2'> ( Digite ou selecione da </font> <a href='#'>caderneta</a><font size='2'> de endereços )</font></translation>
|
||||
<translation><style type='text/css'>a {text-decoration: none; color: #FF6C3C; font-size: 14px;}</style> Endereço que assina <font size='2'> ( Digite ou selecione da </font> <a href='#'>caderneta</a><font size='2'> de endereços )</font></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
|
@ -474,7 +474,7 @@
|
|||
<message>
|
||||
<location filename="../components/ProgressBar.qml" line="87"/>
|
||||
<source>Synchronizing blocks</source>
|
||||
<translation>Sinkronigado de blokoj/translation>
|
||||
<translation>Sinkronigado de blokoj</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
Loading…
Reference in a new issue