diff --git a/frontend/vuetify.options.js b/frontend/vuetify.options.js index d065de57874c..50b15535ea94 100644 --- a/frontend/vuetify.options.js +++ b/frontend/vuetify.options.js @@ -1,8 +1,11 @@ -import * as locale from "vuetify/src/locale"; +import * as locale from "vuetify/lib/locale"; + +// Ensure not null or undefined +if (!locale || !locale.en) { + throw new Error("Vuetify locale not found"); +} export default { - breakpoint: {}, - icons: {}, lang: { locales: { "el-GR": locale.el,