We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1d4d9 commit 0624ef7Copy full SHA for 0624ef7
2 files changed
lang/nl.css
@@ -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
@@ -48,6 +48,7 @@ <h5>Abstract</h5>
48
<option value="it">Italian (it)</option>
49
<option value="ja">Japanese (ja)</option>
50
<option value="mwl">Mirandese (mwl)</option>
51
+ <option value="nl">Dutch (nl)</option>
52
<option value="pt">Portuguese (pt)</option>
53
<option value="ro">Romanian (ro)</option>
54
<option value="ru">Russian (ru)</option>
0 commit comments