From d91e76ae437944debc0718506d3b9f54c782b6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20D=C3=B6rig?= Date: Mon, 6 Jun 2022 22:25:00 +0200 Subject: [PATCH] fix: dk -> da --- lang/da.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/da.css b/lang/da.css index 675ccd3..fde7b7c 100644 --- a/lang/da.css +++ b/lang/da.css @@ -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; }