Skip to content

Commit

Permalink
Corrections on Italian and Romanian language files (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
samarulmeu committed May 29, 2020
1 parent 9c35782 commit 746ac4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions lang/it.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:lang(fr) .theorem::before { content: 'Teorema ' counter(theorem) '. ' !important; }
:lang(fr) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(fr) .proof::before { content: 'Dimostrazione. ' attr(title) !important; }
:lang(fr) .definition::before { content: 'Definizione ' counter(definition) '. ' !important; }
:lang(it) .theorem::before { content: 'Teorema ' counter(theorem) '. ' !important; }
: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; }
4 changes: 2 additions & 2 deletions lang/ro.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:lang(ro) .theorem::before { content: 'Teorema ' counter(theorem) '. ' !important; }
:lang(ro) .lemma::before { content: 'Lema ' counter(theorem) '. ' !important; }
:lang(ro) .proof::before { content: 'Demonstrație ' attr(title) !important; }
:lang(ro) .definition::before { content: 'Definiție ' counter(definition) '. ' !important; }
:lang(ro) .proof::before { content: 'Demonstrație. ' attr(title) !important; }
:lang(ro) .definition::before { content: 'Definiția ' counter(definition) '. ' !important; }

1 comment on commit 746ac4c

@vercel
Copy link

@vercel vercel bot commented on 746ac4c May 29, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.