From 51fd1651d29daa8a725635dc85b81dabc757bcbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20D=C3=B6rig?= Date: Mon, 25 May 2020 13:40:30 +0200 Subject: [PATCH] Add germand, french and italian language files --- lang/de.css | 4 ++++ lang/fr.css | 4 ++++ lang/it.css | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 lang/de.css create mode 100644 lang/fr.css create mode 100644 lang/it.css diff --git a/lang/de.css b/lang/de.css new file mode 100644 index 0000000..9bd3e9f --- /dev/null +++ b/lang/de.css @@ -0,0 +1,4 @@ +:lang(de) .theorem::before { content: 'Satz ' counter(theorem) '. ' !important; } +:lang(de) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; } +:lang(de) .proof::before { content: 'Beweis. ' attr(title) !important; } +:lang(de) .definition::before { content: 'Definition ' counter(definition) '. ' !important; } diff --git a/lang/fr.css b/lang/fr.css new file mode 100644 index 0000000..9751edf --- /dev/null +++ b/lang/fr.css @@ -0,0 +1,4 @@ +:lang(fr) .theorem::before { content: 'Théorème ' counter(theorem) '. ' !important; } +:lang(fr) .lemma::before { content: 'Lemme ' counter(theorem) '. ' !important; } +:lang(fr) .proof::before { content: 'Démonstration. ' attr(title) !important; } +:lang(fr) .definition::before { content: 'Définition ' counter(definition) '. ' !important; } diff --git a/lang/it.css b/lang/it.css new file mode 100644 index 0000000..ae0b62d --- /dev/null +++ b/lang/it.css @@ -0,0 +1,4 @@ +:lang(fr) .theorem::before { content: 'Teorema ' counter(theorem) '. ' !important; } +:lang(fr) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; } +:lang(fr) .proof::before { content: 'Dimostrazione. ' attr(title) !important; } +:lang(fr) .definition::before { content: 'Definizione ' counter(definition) '. ' !important; }