Added support for Czech language (#25)

This commit is contained in:
Josef Kolář 2020-06-09 08:07:37 +03:00 committed by GitHub
parent 1e93f98958
commit 0cb6b6c271
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

4
lang/cs.css Normal file
View File

@ -0,0 +1,4 @@
:lang(cs) .theorem::before { content: 'Teorém ' counter(theorem) '. ' !important; }
:lang(cs) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(cs) .proof::before { content: 'Důkaz.' attr(title) !important; }
:lang(cs) .definition::before { content: 'Definice ' counter(definition) '. ' !important; }

View File

@ -39,6 +39,7 @@
<select name="language" id="language-select">
<option value="en">English (en)</option>
<!-- ↓ Sort alphabetically ↓ -->
<option value="cs">Czech (cs)</option>
<option value="de">German (de)</option>
<option value="dk">Danish (dk)</option>
<option value="es">Spanish (es)</option>