vincentdoerig / latex-css

LaTeX.css is a CSS library that makes your website look like a LaTeX document
https://latex.vercel.app
MIT License
2.74k stars 125 forks source link

Turkish Language #31

Closed acarzfr closed 3 years ago

acarzfr commented 3 years ago

Can you add the tr.css file for the LaTeX.css file? I tried it myself and could not get authorization. It should be:

:lang(tr) .theorem::before { content: 'Teorem ' counter(theorem) '. ' !important; } :lang(tr) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; } :lang(tr) .proof::before { content: 'Kanıt. ' attr(title) !important; } :lang(tr) .definition::before { content: 'Tanım ' counter(definition) '. ' !important; }

acarzfr commented 3 years ago

I think I made a suggestion :)

vincentdoerig commented 3 years ago

Thanks, I opened PR #32 with your code. Please double-check and I will then be able to merge.

acarzfr commented 3 years ago

I checked. The responses I suggest are correct. Thank you.

Vincent Dörig notifications@github.com, 27 Ağu 2020 Per, 19:33 tarihinde şunu yazdı:

Thanks, I opened PR #32 https://github.com/vincentdoerig/latex-css/pull/32 with your code. Please double-check and I will then be able to merge.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/vincentdoerig/latex-css/issues/31#issuecomment-682058041, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK54SFK3BX4EP7LEQX6L7JDSC2DE5ANCNFSM4QNFVQFA .

vincentdoerig commented 3 years ago

Cheers!

acarzfr commented 3 years ago

Cheers!

Vincent Dörig notifications@github.com, 27 Ağu 2020 Per, 22:09 tarihinde şunu yazdı:

Closed #31.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.