From 254eba0011d5574407c4d337256937c733242055 Mon Sep 17 00:00:00 2001 From: Samarul <39216570+samarulmeu@users.noreply.github.com> Date: Thu, 28 May 2020 19:06:42 +0300 Subject: [PATCH] Added support for romanian language (#19) --- lang/ro.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lang/ro.css diff --git a/lang/ro.css b/lang/ro.css new file mode 100644 index 0000000..ae4184b --- /dev/null +++ b/lang/ro.css @@ -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; }