Skip to content

Commit 5297bc9

Browse files
authored
fix: add missing polish translations (#84)
Add missing translations for `Figure` and `Table` in Polish.
1 parent 83d6b80 commit 5297bc9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lang/pl.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
:lang(pl) .lemma::before { content: 'Lemat ' counter(theorem) '. ' !important; }
33
:lang(pl) .proof::before { content: 'Dowód. ' attr(title) !important; }
44
: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

Comments
 (0)