diff options
| author | Guillaume LE VAILLANT <guillaume.le.vaillant@openmailbox.org> | 2017-02-27 16:39:35 +0100 |
|---|---|---|
| committer | Guillaume LE VAILLANT <guillaume.le.vaillant@openmailbox.org> | 2017-02-27 16:39:35 +0100 |
| commit | 4c1bf7dcf86803a68ce09c0671d9e0f75536120c (patch) | |
| tree | dcc9cfa074591f18650739fe478391dc98481e9b | |
| parent | 8d35711448dac87acc1702e296aaeecf4e6d4454 (diff) | |
| download | monzero-gui-4c1bf7dcf86803a68ce09c0671d9e0f75536120c.tar.gz monzero-gui-4c1bf7dcf86803a68ce09c0671d9e0f75536120c.tar.xz monzero-gui-4c1bf7dcf86803a68ce09c0671d9e0f75536120c.zip | |
Add translation files to project file
Also fix a few typos in translations files leading to parsing errors.
| -rw-r--r-- | monero-wallet-gui.pro | 9 | ||||
| -rw-r--r-- | translations/monero-core_br.ts | 2 | ||||
| -rw-r--r-- | translations/monero-core_eo.ts | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index 61b682b3..4efcc916 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -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 diff --git a/translations/monero-core_br.ts b/translations/monero-core_br.ts index c7054268..acb9a119 100644 --- a/translations/monero-core_br.ts +++ b/translations/monero-core_br.ts @@ -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> diff --git a/translations/monero-core_eo.ts b/translations/monero-core_eo.ts index e3c7eaf0..6d52b114 100644 --- a/translations/monero-core_eo.ts +++ b/translations/monero-core_eo.ts @@ -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> |
