Skip to content

Commit 0624ef7

Browse files
authored
Added Dutch language support (#46)
1 parent 2a1d4d9 commit 0624ef7

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

lang/nl.css

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

languages.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ <h5>Abstract</h5>
4848
<option value="it">Italian (it)</option>
4949
<option value="ja">Japanese (ja)</option>
5050
<option value="mwl">Mirandese (mwl)</option>
51+
<option value="nl">Dutch (nl)</option>
5152
<option value="pt">Portuguese (pt)</option>
5253
<option value="ro">Romanian (ro)</option>
5354
<option value="ru">Russian (ru)</option>

0 commit comments

Comments
 (0)