mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 12:02:26 +01:00
feat:#60 added localization switch
This commit is contained in:
@@ -35,13 +35,13 @@ import i18n from "./i18n";
|
||||
const app = createApp(App);
|
||||
const pinia = createPinia();
|
||||
|
||||
i18n.setup();
|
||||
app.use(i18n.vueI18n);
|
||||
app.use(PrimeVue);
|
||||
app.use(router);
|
||||
app.use(ToastService);
|
||||
app.use(pinia);
|
||||
app.use(DialogService);
|
||||
i18n.setup();
|
||||
app.use(i18n.vueI18n);
|
||||
app.component("Button", Button);
|
||||
app.component("Menu", Menu);
|
||||
app.component("Menubar", Menubar);
|
||||
|
||||
Reference in New Issue
Block a user