From 97558be9be878571260d4a5ac9310699cc76ff29 Mon Sep 17 00:00:00 2001 From: firefly-cpp Date: Sun, 31 Jan 2021 21:41:35 +0100 Subject: [PATCH] Support for SLOVENIAN LANGUAGE (#37) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Vincent Dörig --- lang/sl.css | 4 ++++ languages.html | 1 + 2 files changed, 5 insertions(+) create mode 100644 lang/sl.css diff --git a/lang/sl.css b/lang/sl.css new file mode 100644 index 0000000..1389c13 --- /dev/null +++ b/lang/sl.css @@ -0,0 +1,4 @@ +:lang(sl) .theorem::before { content: 'Izrek ' counter(theorem) '. ' !important; } +:lang(sl) .lemma::before { content: 'Lema ' counter(theorem) '. ' !important; } +:lang(sl) .proof::before { content: 'Dokaz. ' attr(title) !important; } +:lang(sl) .definition::before { content: 'Definicija ' counter(definition) '. ' !important; } diff --git a/languages.html b/languages.html index 1ef2c1b..cf1c579 100644 --- a/languages.html +++ b/languages.html @@ -50,6 +50,7 @@ +