Skip to content

Commit

Permalink
Added Dutch language support (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
avanloo01 authored Oct 10, 2022
1 parent 2a1d4d9 commit 0624ef7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/nl.css
Original file line number Diff line number Diff line change
@@ -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; }
1 change: 1 addition & 0 deletions languages.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ <h5>Abstract</h5>
<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>
Expand Down

1 comment on commit 0624ef7

@vercel
Copy link

@vercel vercel bot commented on 0624ef7 Oct 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

latex-css – ./

latex.vercel.app
latex-css-vincentdoerig.vercel.app
latex-css-git-master-vincentdoerig.vercel.app

Please sign in to comment.