Correctly translate table captions in Czech (#63)

Adds missing translation for table caption in Czech language
This commit is contained in:
Antonín Kříž 2024-02-19 14:25:20 +01:00 committed by GitHub
parent 9726e4f316
commit d36face06d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,3 +2,4 @@
:lang(cs) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(cs) .proof::before { content: 'Důkaz.' attr(title) !important; }
:lang(cs) .definition::before { content: 'Definice ' counter(definition) '. ' !important; }
:lang(cs) caption::before { content: 'Tabulka ' counter(caption) '. ' !important; }