Merge branch 'calendar/finalization' into testing

This commit is contained in:
2022-12-08 13:42:25 +01:00
27 changed files with 929 additions and 47 deletions

View File

@@ -7,7 +7,7 @@ import App2 from './App2.vue';
import {useI18n} from "vue-i18n";
futureStore().then((store) => {
const i18n = _createI18n(appMessages, true);
const i18n = _createI18n(appMessages, false);
const app = createApp({
template: `<app></app>`,