Skip to content

Commit cb583a0

Browse files
committed
fix: change french table caption from Tableau to Table
1 parent f552746 commit cb583a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lang/fr.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:lang(fr) .lemma::before { content: 'Lemme ' counter(theorem) '. ' !important; }
33
:lang(fr) .proof::before { content: 'Démonstration. ' attr(title) !important; }
44
:lang(fr) .definition::before { content: 'Définition ' counter(definition) '. ' !important; }
5-
:lang(fr) caption::before { content: 'Tableau ' counter(caption) '. ' !important; }
5+
:lang(fr) caption::before { content: 'Table ' counter(caption) '. ' !important; }
66
:lang(fr) figcaption::before { content: 'Figure ' counter(figcaption) '. ' !important; }
77
:lang(fr) .indent-pars h2 + p,
88
:lang(fr) .indent-pars h3 + p,

0 commit comments

Comments
 (0)