Skip to content

Commit

Permalink
feature: add russian language support (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeryVerkhoturov authored Jan 27, 2022
1 parent 980ecdb commit 97d76b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/ru.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
:lang(ru) .theorem::before { content: 'Теорема ' counter(theorem) '. ' !important; }
:lang(ru) .lemma::before { content: 'Лемма ' counter(theorem) '. ' !important; }
:lang(ru) .proof::before { content: 'Доказательство. ' attr(title) !important; }
:lang(ru) .definition::before { content: 'Определение ' counter(definition) '. ' !important; }
1 change: 1 addition & 0 deletions languages.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ <h5>Abstract</h5>
<option value="mwl">Mirandese (mwl)</option>
<option value="pt">Portuguese (pt)</option>
<option value="ro">Romanian (ro)</option>
<option value="ru">Russian (ru)</option>
<option value="sl">Slovenian (sl)</option>
<option value="tr">Turkish (tr)</option>
<option value="zh-hans">Simplified Chinese (zh-hans)</option>
Expand Down

1 comment on commit 97d76b7

@vercel
Copy link

@vercel vercel bot commented on 97d76b7 Jan 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.