Skip to content

Commit 4c0c085

Browse files
authored
Fix and extend Dutch translations (#74)
1 parent 2d17ce9 commit 4c0c085

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lang/nl.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
:lang(nl) .theorem::before { content: 'Stelling' counter(theorem) '. ' !important; }
1+
:lang(nl) .theorem::before { content: 'Stelling ' counter(theorem) '. ' !important; }
22
:lang(nl) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
33
:lang(nl) .proof::before { content: 'Bewijs. ' attr(title) !important; }
4-
:lang(nl) .definition::before { content: 'Defenitie ' counter(definition) '. ' !important; }
4+
:lang(nl) .definition::before { content: 'Definitie ' counter(definition) '. ' !important; }
5+
:lang(nl) caption::before { content: 'Tabel ' counter(caption) '. ' !important; }
6+
:lang(nl) figcaption::before { content: 'Figuur ' counter(figcaption) '. ' !important; }

0 commit comments

Comments
 (0)