nuxt-modules / i18n

I18n module for Nuxt
https://i18n.nuxtjs.org
MIT License
1.76k stars 484 forks source link

fix: messages type generation not watching locale files #3224

Closed BobbieGoede closed 2 weeks ago

BobbieGoede commented 2 weeks ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

This has not been tested with restructureDir: false, I expect it might trigger generation twice ๐Ÿค”

๐Ÿ“ Checklist

pkg-pr-new[bot] commented 2 weeks ago

Open in Stackblitz

pnpm add https://pkg.pr.new/@nuxtjs/i18n@3224

commit: 870caaf

BobbieGoede commented 2 weeks ago

This relies on chokidar being installed (nuxt uses it too), should chokidar be added to dependencies or devDependencies? What do you think @userquin