nuxt-modules / i18n

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

feat!: upgrade vue-i18n v10 #3001

Closed kazupon closed 5 hours ago

kazupon commented 3 days ago

๐Ÿ”— Linked issue

ref: #3002

โ“ Type of change

๐Ÿ“š Description

This PR is release for nuxt-i18n v9.

The breaking change of vue-i18n v10 is here: https://vue-i18n.intlify.dev/guide/migration/breaking10.html

Currently, vue-i18n v10 is beta. Iโ€™m going to release nuxt-i18n v9 official relerase together vue-i18n v10 official relerase

Additional, unpluing-vue-i18n v5 has dropped jitCompilation option. jit compilation is default. so, we'll remove nuxt-i18n jit option in this PR. https://github.com/intlify/bundle-tools/releases/tag/unplugin-vue-i18n%405.0.0-beta.0

๐Ÿ“ Checklist