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:
parent
74345e67fb
commit
8afe9b05a7
5 changed files with 553 additions and 358 deletions
|
|
@ -12,6 +12,9 @@ angular.module('copayApp.services')
|
|||
}, {
|
||||
name: 'Français',
|
||||
isoCode: 'fr',
|
||||
}, {
|
||||
name: 'Italiano',
|
||||
isoCode: 'it',
|
||||
}, {
|
||||
name: 'Deutsch',
|
||||
isoCode: 'de',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue