From 176368760aad5bf93c11e4594f85eee8dfb64697 Mon Sep 17 00:00:00 2001 From: ChoteX Date: Thu, 30 Oct 2025 10:19:16 +0400 Subject: [PATCH] Added georgian language support --- lang/ka.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lang/ka.css diff --git a/lang/ka.css b/lang/ka.css new file mode 100644 index 0000000..d0ac4f3 --- /dev/null +++ b/lang/ka.css @@ -0,0 +1,6 @@ +:lang(ka) .theorem::before { content: 'თეორემა ' counter(theorem) '. ' !important; } +:lang(ka) .lemma::before { content: 'ლემა ' counter(theorem) '. ' !important; } +:lang(ka) .proof::before { content: 'დემონსტრაცია ' attr(title) !important; } +:lang(ka) .definition::before { content: 'განმარტება ' counter(definition) '. ' !important; } +:lang(ka) caption::before { content: 'ცხრილი ' counter(caption) '. ' !important; } +:lang(ka) figcaption::before { content: 'ნახაზი ' counter(figcaption) '. ' !important; } \ No newline at end of file