Aasmund Gabestad Nørsett

Results 2 issues of Aasmund Gabestad Nørsett

After following documentation for basic setup of i18n with lazy loading of locales from files, I get this error on the initial render: ```[intlify] Not found 'welcome' key in 'en'...

Having an issue when trying to build the app for production: https://ibb.co/HrsK1F3. Here is my nuxt config: ```ts export default defineNuxtConfig({ css: ["@/assets/scss/index.scss"], // add modules modules: ["@nuxtjs/i18n", "vuetify-nuxt-module"], i18n:...