Skip to content

Commit

Permalink
fix: dk -> da
Browse files Browse the repository at this point in the history
vincentdoerig committed Jun 6, 2022
1 parent 176b3a5 commit d91e76a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lang/da.css
Original file line number Diff line number Diff line change
@@ -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; }

0 comments on commit d91e76a

Please sign in to comment.