Closed hamzaelmaghari closed 1 year ago
Hello, The Library works fine there is not a problem but when It exists in the app everything in the ide is highlighted as Missing default translation file.
Missing default translation file
import { i18nVue } from "laravel-vue-i18n"; .use(i18nVue, { resolve: async (lang) => { const languages = import.meta.glob("../../../lang/*.json"); return await languages[`../../../lang/${lang}.json`](); }, })
Hello, The Library works fine there is not a problem but when It exists in the app everything in the ide is highlighted as
Missing default translation file
.