diff --git a/layouts/default.vue b/layouts/default.vue
index 0bea14ac2..2e7f7bd6f 100644
--- a/layouts/default.vue
+++ b/layouts/default.vue
@@ -8,6 +8,22 @@
>
+
+
+ Deutsch
+
+
+ English
+
+
{
+ this.$i18n.add(locale, res)
+ this.$i18n.set(locale)
+ })
+ },
toggleMenu() {
this.isPopoverOpen = !this.isPopoverOpen
},