Skip to content

Commit d36face

Browse files
authored
Correctly translate table captions in Czech (#63)
Adds missing translation for table caption in Czech language
1 parent 9726e4f commit d36face

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lang/cs.css

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

0 commit comments

Comments
 (0)