Branislav Popadič
Results
2
comments of
Branislav Popadič
Hi @dash14, that would be a feature request.
Same issue - `"vue-i18n": "^9.2.2"` Volar TypeScript version: `4.8.4` ```ts // i18n.ts import { createI18n } from 'vue-i18n' // Import locales const messages = Object.fromEntries( Object.entries( import.meta.glob('../locales/*.y(a)?ml', { eager: true...