Updates pos and adds czech language
This commit is contained in:
parent
7220506783
commit
91551855e6
5 changed files with 1991 additions and 2 deletions
|
|
@ -6,6 +6,9 @@ angular.module('copayApp.services')
|
|||
root.availableLanguages = [{
|
||||
name: 'English',
|
||||
isoCode: 'en',
|
||||
}, {
|
||||
name: 'Český',
|
||||
isoCode: 'cs',
|
||||
}, {
|
||||
name: 'Français',
|
||||
isoCode: 'fr',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue