nuxt-modules / i18n

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

fix: use experimental `pages:resolved` hook if enabled #3196

Closed BobbieGoede closed 3 weeks ago

BobbieGoede commented 3 weeks ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

This adds support for the new pages:resolved hook, this should allow issues like https://github.com/nuxt-modules/i18n/issues/3086 to be resolved if they have the experimental hook enabled.

This should also resolve the failing i18n tests in ecosystem-ci.

๐Ÿ“ Checklist