Merge pull request #5752 from gabrielbazan7/feat/addru

adding russian language
This commit is contained in:
Gustavo Maximiliano Cortez 2017-03-10 13:02:11 -03:00 committed by GitHub
commit c8ee0fdc35
1 changed files with 4 additions and 3 deletions

View File

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