feature: add russian language support (#41)

This commit is contained in:
Валерий 2022-01-27 23:01:25 +03:00 committed by GitHub
parent 980ecdbf21
commit 97d76b7257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

4
lang/ru.css Normal file
View File

@ -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; }

View File

@ -50,6 +50,7 @@
<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>