korean now works

This commit is contained in:
Kadir Sekha 2017-12-20 16:33:21 +00:00
commit cb5004c0ac
2 changed files with 4 additions and 2 deletions

View file

@ -40,6 +40,9 @@ angular.module('copayApp.services')
}, {
name: 'Português',
isoCode: 'pt',
}, {
name: '한국어',
isoCode: 'ko'
}];
// }, {