We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d6b80 commit 5297bc9Copy full SHA for 5297bc9
1 file changed
lang/pl.css
@@ -2,3 +2,5 @@
2
:lang(pl) .lemma::before { content: 'Lemat ' counter(theorem) '. ' !important; }
3
:lang(pl) .proof::before { content: 'Dowód. ' attr(title) !important; }
4
:lang(pl) .definition::before { content: 'Definicja ' counter(definition) '. ' !important; }
5
+:lang(pl) caption::before { content: 'Tabela ' counter(caption) '. ' !important; }
6
+:lang(pl) figcaption::before { content: 'Rysunek ' counter(figcaption) '. ' !important; }
0 commit comments