Support for SLOVENIAN LANGUAGE (#37)

Co-authored-by: Vincent Dörig <vincent@doerig.dev>
This commit is contained in:
firefly-cpp 2021-01-31 21:41:35 +01:00 committed by GitHub
parent 7259ebdfdf
commit 97558be9be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

4
lang/sl.css Normal file
View File

@ -0,0 +1,4 @@
:lang(sl) .theorem::before { content: 'Izrek ' counter(theorem) '. ' !important; }
:lang(sl) .lemma::before { content: 'Lema ' counter(theorem) '. ' !important; }
:lang(sl) .proof::before { content: 'Dokaz.' attr(title) !important; }
:lang(sl) .definition::before { content: 'Definicija ' 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="sl">Slovenian (sl)</option>
<option value="tr">Turkish (tr)</option>
<option value="zh-hans">Simplified Chinese (zh-hans)</option>
<option value="zh-hant">Traditional Chinese (zh-hant)</option>