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

1312
i18n/po/ru.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -21,6 +21,7 @@
<li class="line-b p10">johnblazakis<span class="right text-gray size-12" translate>Greek</span></li>
<li class="line-b p10">chek2fire1<span class="right text-gray size-12" translate>Greek</span></li>
<li class="line-b p10">cmgustavo83<span class="right text-gray size-12" translate>Spanish</span></li>
<li class="line-b p10">lax5<span class="right text-gray size-12" translate>Russian</span></li>
</ul>
<div class="row column m20t">
<div class="size-12 text-gray text-center">

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;