feat: add Turkish language (#32)

This commit is contained in:
Vincent Dörig 2020-08-27 21:09:18 +02:00 committed by GitHub
parent 7684973b25
commit cfd353acd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

4
lang/tr.css Normal file
View File

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

View File

@ -49,6 +49,7 @@
<option value="mwl">Mirandese (mwl)</option>
<option value="pt">Portuguese (pt)</option>
<option value="ro">Romanian (ro)</option>
<option value="tr">Turkish (tr)</option>
<option value="zh-hans">Simplified Chinese (zh-hans)</option>
<option value="zh-hant">Traditional Chinese (zh-hant)</option>
</select>