Add germand, french and italian language files

This commit is contained in:
Vincent Dörig 2020-05-25 13:40:30 +02:00
parent 32bef2db6b
commit 51fd1651d2
3 changed files with 12 additions and 0 deletions

4
lang/de.css Normal file
View File

@ -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; }

4
lang/fr.css Normal file
View File

@ -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; }

4
lang/it.css Normal file
View File

@ -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; }