Add Swedish language (#65)

This commit is contained in:
Ludvig Aldén 2024-02-19 14:18:53 +01:00 committed by GitHub
parent 5d630d8ea1
commit 8c4cd68668
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

4
lang/sv.css Normal file
View File

@ -0,0 +1,4 @@
:lang(sv) .theorem::before { content: 'Sats ' counter(theorem) '. ' !important; }
:lang(sv) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(sv) .proof::before { content: 'Bevis.' attr(title) !important; }
:lang(sv) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }

View File

@ -54,6 +54,7 @@
<option value="ro">Romanian (ro)</option>
<option value="ru">Russian (ru)</option>
<option value="sl">Slovenian (sl)</option>
<option value="sv">Swedish (sv)</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>