From 0cb6b6c271d9bc70fd329b6d178f54c21aa728e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Kol=C3=A1=C5=99?= Date: Tue, 9 Jun 2020 08:07:37 +0300 Subject: [PATCH] Added support for Czech language (#25) --- lang/cs.css | 4 ++++ languages.html | 1 + 2 files changed, 5 insertions(+) create mode 100644 lang/cs.css diff --git a/lang/cs.css b/lang/cs.css new file mode 100644 index 0000000..b6b5153 --- /dev/null +++ b/lang/cs.css @@ -0,0 +1,4 @@ +:lang(cs) .theorem::before { content: 'Teorém ' counter(theorem) '. ' !important; } +:lang(cs) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; } +:lang(cs) .proof::before { content: 'Důkaz. ' attr(title) !important; } +:lang(cs) .definition::before { content: 'Definice ' counter(definition) '. ' !important; } diff --git a/languages.html b/languages.html index 06d6c86..85f0e51 100644 --- a/languages.html +++ b/languages.html @@ -39,6 +39,7 @@