Skip to content
Snippets Groups Projects
Commit 5863aede authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Default to "de"

parent f1d84826
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ class LanguageSelect extends LitElement {
constructor() {
super();
this.lang = 'en';
this.lang = 'de';
this.languages = ['de', 'en'];
i18n.t('de');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment