Skip to content

Commit 452f19a

Browse files
committed
feat: add translated table caption prefix
1 parent d36face commit 452f19a

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

lang/da.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
:lang(da) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
33
:lang(da) .proof::before { content: 'Bevis. ' attr(title) !important; }
44
:lang(da) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }
5+
:lang(da) caption::before { content: 'Tabel ' counter(caption) '. ' !important; }

lang/de.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
:lang(de) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
33
:lang(de) .proof::before { content: 'Beweis. ' attr(title) !important; }
44
:lang(de) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }
5+
:lang(de) caption::before { content: 'Tabelle ' counter(caption) '. ' !important; }

lang/es.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:lang(es) .lemma::before { content: 'Lema ' counter(theorem) '. ' !important; }
33
:lang(es) .proof::before { content: 'Demostración. ' attr(title) !important; }
44
:lang(es) .definition::before { content: 'Definición ' counter(definition) '. ' !important; }
5+
:lang(es) caption::before { content: 'Tabla ' counter(caption) '. ' !important; }
56
:lang(es) .indent-pars h2 + p,
67
:lang(es) .indent-pars h3 + p,
78
:lang(es) .indent-pars h4 + p {

lang/fr.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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; }
56
:lang(fr) .indent-pars h2 + p,
67
:lang(fr) .indent-pars h3 + p,
78
:lang(fr) .indent-pars h4 + p {

lang/it.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
:lang(it) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
33
:lang(it) .proof::before { content: 'Dimostrazione. ' attr(title) !important; }
44
:lang(it) .definition::before { content: 'Definizione ' counter(definition) '. ' !important; }
5+
:lang(it) caption::before { content: 'Tabella ' counter(caption) '. ' !important; }

0 commit comments

Comments
 (0)