Added Dutch language support (#46)

This commit is contained in:
Arthur Van Loo 2022-10-10 14:51:42 +02:00 committed by GitHub
parent 2a1d4d9757
commit 0624ef70c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

4
lang/nl.css Normal file
View File

@ -0,0 +1,4 @@
:lang(nl) .theorem::before { content: 'Stelling' counter(theorem) '. ' !important; }
:lang(nl) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
:lang(nl) .proof::before { content: 'Bewijs.' attr(title) !important; }
:lang(nl) .definition::before { content: 'Defenitie ' counter(definition) '. ' !important; }

View File

@ -48,6 +48,7 @@
<option value="it">Italian (it)</option>
<option value="ja">Japanese (ja)</option>
<option value="mwl">Mirandese (mwl)</option>
<option value="nl">Dutch (nl)</option>
<option value="pt">Portuguese (pt)</option>
<option value="ro">Romanian (ro)</option>
<option value="ru">Russian (ru)</option>