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

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