Skip to content

Commit 8c4cd68

Browse files
authored
Add Swedish language (#65)
1 parent 5d630d8 commit 8c4cd68

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

lang/sv.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
:lang(sv) .theorem::before { content: 'Sats ' counter(theorem) '. ' !important; }
2+
:lang(sv) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
3+
:lang(sv) .proof::before { content: 'Bevis. ' attr(title) !important; }
4+
:lang(sv) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }

languages.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ <h5>Abstract</h5>
5454
<option value="ro">Romanian (ro)</option>
5555
<option value="ru">Russian (ru)</option>
5656
<option value="sl">Slovenian (sl)</option>
57+
<option value="sv">Swedish (sv)</option>
5758
<option value="tr">Turkish (tr)</option>
5859
<option value="zh-hans">Simplified Chinese (zh-hans)</option>
5960
<option value="zh-hant">Traditional Chinese (zh-hant)</option>

0 commit comments

Comments
 (0)