Skip to content
Snippets Groups Projects
Commit a4c88c57 authored by Julian's avatar Julian
Browse files

Try to use i18n in vue js

parent 5e7f1dc5
No related branches found
No related tags found
2 merge requests!1046Draft: Resolve "[3.0] Meta-issue for GraphQL back-end and Vue.js frontend",!1045Introduce Vuetify and GraphQL
Pipeline #73367 failed
......@@ -19,6 +19,10 @@ const vuetify = new Vuetify({
},
},
},
lang: {
locales: JSON.parse(document.getElementById("language-info-list").textContent),
current: JSON.parse(document.getElementById("current-language").textContent),
}
})
import SidenavSearch from './components/SidenavSearch.js'
......
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