diff --git a/lang/nl.css b/lang/nl.css new file mode 100644 index 0000000..50070f2 --- /dev/null +++ b/lang/nl.css @@ -0,0 +1,4 @@ +:lang(nl) .theorem::before { content: 'Stelling' counter(theorem) '. ' !important; } +:lang(nl) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; } +:lang(nl) .proof::before { content: 'Bewijs. ' attr(title) !important; } +:lang(nl) .definition::before { content: 'Defenitie ' counter(definition) '. ' !important; } diff --git a/languages.html b/languages.html index 6365336..fb7804a 100644 --- a/languages.html +++ b/languages.html @@ -48,6 +48,7 @@ +