Spittal / vue-i18n-extract

Manage vue-i18n localization with static analysis
https://pixari.github.io/vue-i18n-extract/#what-is-it
MIT License
313 stars 86 forks source link

feat: add json5 support #194

Closed marekvospel closed 1 year ago

marekvospel commented 1 year ago

Added json5 language file support with json5 lib, as vite plugin i18n (and unplugin i18n) do support json5. https://github.com/intlify/bundle-tools/tree/main/packages/vite-plugin-vue-i18n#locale-messages-formatting

marekvospel commented 1 year ago

I've encountered this error during development. This is the issue on yarn berry repository https://github.com/yarnpkg/berry/issues/4778 Downgrading to lower node version does work, and locally all tests have been successfull