New language: Russian

This commit is contained in:
Gustavo Maximiliano Cortez 2015-08-12 11:18:03 -03:00
commit 8231271bc6
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
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;