Merge pull request #5471 from gabrielbazan7/zh

adding chinese language
This commit is contained in:
Gustavo Maximiliano Cortez 2017-01-17 14:47:35 -03:00 committed by GitHub
commit 7265775546
1 changed files with 23 additions and 19 deletions

View File

@ -17,6 +17,12 @@ angular.module('copayApp.services')
}, {
name: 'Deutsch',
isoCode: 'de',
}, {
name: '中文(简体)',
isoCode: 'zh',
useIdeograms: true,
}];
// }, {
// name: 'Český',
// isoCode: 'cs',
@ -36,8 +42,6 @@ angular.module('copayApp.services')
// }, {
// name: 'Pусский',
// isoCode: 'ru',
}];
root._detect = function(cb) {
var userLang, androidLang;