Skip to content

Releases: nuxt-modules/i18n

v10.0.0-beta.1

05 Apr 20:00

Choose a tag to compare

v10.0.0-beta.1 Pre-release
Pre-release

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v9.5.2

05 Apr 09:27

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v9.5.1

05 Apr 00:41

Choose a tag to compare

   🐞 Bug Fixes

  • Prevent locale string to LocaleObject normalization in generated options  -  by @BobbieGoede (09cc1)
    View changes on GitHub

v9.5.0

04 Apr 22:45

Choose a tag to compare

🧹 Strip i18n file paths from build

We have added the 'off' option to experimental.generatedLocaleFilePathFormat, which removes i18n file paths (e.g. locale files, vue-i18n configs) from the build. Note that enabling this will also mean these paths are no longer accessible in properties such as locales and localeProperties. See the options documentation for more details on this feature.

Since we no longer need these paths at runtime this will be the default behavior in v10 (and the option to configure this will be removed entirely).


   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.4.0

24 Mar 23:13

Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v9.3.4

21 Mar 23:52

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v9.3.3

20 Mar 18:49

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v9.3.2

19 Mar 08:56

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v9.3.1

09 Mar 12:33

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v9.3.0

07 Mar 16:55

Choose a tag to compare

👀 Highlights

⚡ Locale Messages HMR (vite only)

We have added Hot Module Replacement (HMR) support for locale messages and vue-i18n configurations*, editing translations in locale files should now update instantly while preserving the page state.

This feature is enabled in development environments by default but can be disabled in case you run into issues by setting experimental.hmr: false.

*HMR in vue-i18n is supported for the messages, numberFormats and datetimeFormats properties in vue-i18n configuration files, other changes will fall back to page reload.

🔧 Webpack & Rspack

This release resolves issues with Webpack and Rspack related to virtual files, please let us know if you run into issues with this release 🙏

🩹 Unhead v2 + Nuxt 3.16

Make sure to update to this release for compatibility with Nuxt 3.16.

📃 Changes

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub