feat(translations-ru): translation to russian (part 1)

This commit is contained in:
Alexey Kasyanchuk
2018-05-18 08:04:22 +03:00
parent 3056779895
commit 7f172cf6be
6 changed files with 92 additions and 40 deletions

View File

@ -163,7 +163,7 @@ class Header extends React.Component {
transition: '1s'
}}>
<RaisedButton
label="Search"
label={__('Search')}
onClick={() => {
window.router('/')
}}
@ -200,7 +200,7 @@ class Header extends React.Component {
}
/>
<RaisedButton
label="Downloads"
label={__('Downloads')}
onClick={() => {
window.router('/downloads')
}}
@ -224,7 +224,7 @@ class Header extends React.Component {
}
/>
<RaisedButton
label="Top"
label={__('Top')}
onClick={() => {
window.router('/top')
}}