Merge pull request #3082 from cmgustavo/translation/ru-01
New language: Russian
This commit is contained in:
commit
e0fc92c964
3 changed files with 1316 additions and 0 deletions
1312
i18n/po/ru.po
Normal file
1312
i18n/po/ru.po
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -62,6 +62,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
}, {
|
||||
name: '日本語',
|
||||
isoCode: 'ja',
|
||||
}, {
|
||||
name: 'Pусский',
|
||||
isoCode: 'ru',
|
||||
}];
|
||||
|
||||
self.feeOpts = feeService.feeOpts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue