Updates pos and adds czech language

This commit is contained in:
Gustavo Maximiliano Cortez 2016-03-04 19:03:36 -03:00
commit 91551855e6
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 1991 additions and 2 deletions

View file

@ -6,6 +6,9 @@ angular.module('copayApp.services')
root.availableLanguages = [{
name: 'English',
isoCode: 'en',
}, {
name: 'Český',
isoCode: 'cs',
}, {
name: 'Français',
isoCode: 'fr',