Skip to content

Commit d91e76a

Browse files
committed
fix: dk -> da
1 parent 176b3a5 commit d91e76a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lang/da.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:lang(dk) .theorem::before { content: 'Læresætning ' counter(theorem) '. ' !important; }
2-
:lang(dk) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
3-
:lang(dk) .proof::before { content: 'Bevis. ' attr(title) !important; }
4-
:lang(dk) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }
1+
:lang(da) .theorem::before { content: 'Læresætning ' counter(theorem) '. ' !important; }
2+
:lang(da) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
3+
:lang(da) .proof::before { content: 'Bevis. ' attr(title) !important; }
4+
:lang(da) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }

0 commit comments

Comments
 (0)