Adds italian to list of available languages (#4173)

* Adds italian to list of available languages

* Updates description of supported languages
This commit is contained in:
Gustavo Maximiliano Cortez 2016-05-05 11:27:27 -03:00
commit 8afe9b05a7
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 553 additions and 358 deletions

View file

@ -18,6 +18,6 @@ Payment protocol (BIP70-BIP73) support: easily-identifiable payment requests and
Support for 150+ currency pricing options and unit denomination in BTC or bits Support for 150+ currency pricing options and unit denomination in BTC or bits
Email notifications for payments and transfers Email notifications for payments and transfers
Customizable wallet naming and background colors Customizable wallet naming and background colors
6 supported languages (EN, JP, FR, ES, DE, RU) 9 supported languages (EN, CS, FR, DE, IT, ES, JA, PL, RU)
Copay is free and open source software run on non-proprietary servers, so there's no need to rely on any company for continuous support. Anyone can review or contribute to Copay's source code on GitHub (https://github.com/bitpay/copay). Copay is free and open source software run on non-proprietary servers, so there's no need to rely on any company for continuous support. Anyone can review or contribute to Copay's source code on GitHub (https://github.com/bitpay/copay).

View file

@ -18,6 +18,6 @@ Supporto per il protocollo di pagamento (BIP70-BIP73): richieste di pagamento fa
Supporto per 150+ valute e denominazione in BTC o bits Supporto per 150+ valute e denominazione in BTC o bits
Notifiche email per pagamenti o trasferimenti Notifiche email per pagamenti o trasferimenti
Colori di sfondo e nomi dei portafogli personalizzabli Colori di sfondo e nomi dei portafogli personalizzabli
10 lingue supportate (EN, JP, FR, ES, IT, DE, PT, RU, EL, TR) 7 Lingue supportate (EN, JP, FR, ES, DE, RU, IT)
Copay è un software gratuito e open source che non dipende da server proprietari, pertanto il supporto del software non dipende da nessuna azienda. Chiunque può rivedere o contribuire al codice sorgente di Copay su GitHub (https://github.com/bitpay/copay). Copay è un software gratuito e open source che non dipende da server proprietari, pertanto il supporto del software non dipende da nessuna azienda. Chiunque può rivedere o contribuire al codice sorgente di Copay su GitHub (https://github.com/bitpay/copay).

View file

@ -0,0 +1,4 @@
Migliora alcune icone
* Piccole modifiche UX in ricezione
* Traduzioni aggiornate
* Correzione errori

File diff suppressed because it is too large Load diff

View file

@ -12,6 +12,9 @@ angular.module('copayApp.services')
}, { }, {
name: 'Français', name: 'Français',
isoCode: 'fr', isoCode: 'fr',
}, {
name: 'Italiano',
isoCode: 'it',
}, { }, {
name: 'Deutsch', name: 'Deutsch',
isoCode: 'de', isoCode: 'de',