Added support for romanian language (#19)

This commit is contained in:
Samarul 2020-05-28 19:06:42 +03:00 committed by GitHub
parent 567d3dfd79
commit 254eba0011
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
lang/ro.css Normal file
View File

@ -0,0 +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; }