adding russian language
This commit is contained in:
parent
aace2f39f8
commit
f1edabc0dc
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ angular.module('copayApp.services')
|
||||||
name: '中文(简体)',
|
name: '中文(简体)',
|
||||||
isoCode: 'zh',
|
isoCode: 'zh',
|
||||||
useIdeograms: true,
|
useIdeograms: true,
|
||||||
|
}, {
|
||||||
|
name: 'Pусский',
|
||||||
|
isoCode: 'ru',
|
||||||
}];
|
}];
|
||||||
|
|
||||||
// }, {
|
// }, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue