Skip to content

Commit

Permalink
feat: add translated table caption prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentdoerig committed Feb 19, 2024
1 parent d36face commit 452f19a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/da.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
:lang(da) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(da) .proof::before { content: 'Bevis. ' attr(title) !important; }
:lang(da) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }
:lang(da) caption::before { content: 'Tabel ' counter(caption) '. ' !important; }
1 change: 1 addition & 0 deletions lang/de.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
: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; }
:lang(de) caption::before { content: 'Tabelle ' counter(caption) '. ' !important; }
1 change: 1 addition & 0 deletions lang/es.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
:lang(es) .lemma::before { content: 'Lema ' counter(theorem) '. ' !important; }
:lang(es) .proof::before { content: 'Demostración. ' attr(title) !important; }
:lang(es) .definition::before { content: 'Definición ' counter(definition) '. ' !important; }
:lang(es) caption::before { content: 'Tabla ' counter(caption) '. ' !important; }
:lang(es) .indent-pars h2 + p,
:lang(es) .indent-pars h3 + p,
:lang(es) .indent-pars h4 + p {
Expand Down
1 change: 1 addition & 0 deletions lang/fr.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
: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; }
:lang(fr) caption::before { content: 'Tableau ' counter(caption) '. ' !important; }
:lang(fr) .indent-pars h2 + p,
:lang(fr) .indent-pars h3 + p,
:lang(fr) .indent-pars h4 + p {
Expand Down
1 change: 1 addition & 0 deletions lang/it.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
:lang(it) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(it) .proof::before { content: 'Dimostrazione. ' attr(title) !important; }
:lang(it) .definition::before { content: 'Definizione ' counter(definition) '. ' !important; }
:lang(it) caption::before { content: 'Tabella ' counter(caption) '. ' !important; }

0 comments on commit 452f19a

Please sign in to comment.