diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 908ef3e0a..c66e95886 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -71,13 +71,13 @@ export default { this.search = !this.search; } }); + this.$store.dispatch("initLang"); }, mounted() { this.$store.dispatch("initTheme"); this.$store.dispatch("requestRecentRecipes"); this.$store.dispatch("requestHomePageSettings"); - this.$store.dispatch("initLang"); this.darkModeSystemCheck(); this.darkModeAddEventListener(); },