fix: dk -> da

This commit is contained in:
Vincent Dörig 2022-06-06 22:25:00 +02:00
parent 176b3a57bc
commit d91e76ae43

View File

@ -1,4 +1,4 @@
:lang(dk) .theorem::before { content: 'Læresætning ' counter(theorem) '. ' !important; }
:lang(dk) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(dk) .proof::before { content: 'Bevis.' attr(title) !important; }
:lang(dk) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }
:lang(da) .theorem::before { content: 'Læresætning ' counter(theorem) '. ' !important; }
:lang(da) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(da) .proof::before { content: 'Bevis.' attr(title) !important; }
:lang(da) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }