Merge pull request #3082 from cmgustavo/translation/ru-01

New language: Russian
This commit is contained in:
Matias Alejo Garcia 2015-08-12 15:49:25 -03:00
commit e0fc92c964
3 changed files with 1316 additions and 0 deletions

View file

@ -62,6 +62,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
}, {
name: '日本語',
isoCode: 'ja',
}, {
name: 'Pусский',
isoCode: 'ru',
}];
self.feeOpts = feeService.feeOpts;