Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/i18n

Package Overview
Dependencies
Maintainers
11
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/i18n - npm Package Versions

1
7

8.2.0

Diff

Changelog

Source

v8.2.0 (2024-03-14T16:42:29Z)

This changelog is generated by GitHub Releases

   🚀 Features

  • New docs  -  by @MuhammadM1998 and Sébastien Chopin in https://github.com/nuxt-modules/i18n/issues/2740 <samp>(71e51)</samp>
  • Add loadLocaleMessages to manually load locale messages  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2799 <samp>(bd8a2)</samp>
  • Runtime config support for detectBrowserLanguage  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2824 <samp>(b6eda)</samp>
  • Experimental feature switchLocalePathLinkSSR with <SwitchLocalePathLink> component  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2838 <samp>(df92c)</samp>

   🐞 Bug Fixes

  • statusCode in rootRedirect not working with strategy 'prefix'  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2785 <samp>(933a0)</samp>
  • Support variable default export for defineI18nConfig  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2792 <samp>(cf8cd)</samp>
  • Use relative paths when generating types  -  by @aisteneciunaitevalantic in https://github.com/nuxt-modules/i18n/issues/2811 <samp>(c4384)</samp>
  • Change deprecation warning version to v9  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2832 <samp>(5ce79)</samp>
rchl
published 8.1.1 •

Changelog

Source

v8.1.1 (2024-02-13T15:16:11Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

  • setLocale throwing error when used in plugin  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2777 <samp>(9596b)</samp>
  • setLocale throws error updating locale cookie from plugin  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2783 <samp>(61d54)</samp>
rchl
published 8.1.0 •

Changelog

Source

v8.1.0 (2024-02-08T06:14:48Z)

This changelog is generated by GitHub Releases

   🚀 Features

  • Allow passing external links to localePath  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2759 <samp>(d6874)</samp>
rchl
published 8.0.2 •

Changelog

Source

v8.0.2 (2024-02-06T08:01:21Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

  • NuxtLinkLocale ignoring href prop  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2751 <samp>(5db73)</samp>
  • onUnmounted warnings triggered by composable assignment  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2750 <samp>(2145c)</samp>
rchl
published 8.0.1 •

Changelog

Source

v8.0.1 (2024-02-01T22:23:12Z)

This changelog is generated by GitHub Releases

   🚀 Features

  • locales generated type narrowing  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2722 <samp>(489f1)</samp>

   🐞 Bug Fixes

  • Update vue-i18n and @intlify/shared  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2658 <samp>(ebfba)</samp>
  • Typo in link of "Edit this page on GitHub"  -  by @PabloLION in https://github.com/nuxt-modules/i18n/issues/2699 <samp>(89e3d)</samp>
  • Typo in dynamic params usage  -  by @scherii in https://github.com/nuxt-modules/i18n/issues/2648 <samp>(43658)</samp>
  • Route param parsing  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2711 <samp>(ba90b)</samp>
  • Common composable option passing  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2737 <samp>(a94d6)</samp>
  • Rollup comment annotation warning  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2723 <samp>(545ad)</samp>
  • Custom child route localization  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2743 <samp>(1cb9e)</samp>
rchl
published 8.0.0 •

Changelog

Source

v8.0.0 (2023-12-25T05:32:20Z)

We are thrilled to announce the release of Nuxt I18n v8.0! 🎉

We had commited with 60 over contributors between Nov 28 2021 and Dec 25 2023. Thanks for your contributing ❤️

📖 Documentation

📜 v8 Changes

See more view changes on GitHub

rchl
published 8.0.0-rc.11 •

Changelog

Source

v8.0.0-rc.11 (2023-12-14T16:13:12Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

  • Prevent extendBaseUrl recursion  -  by @BobbieGoede and Pavel Kuzmin in https://github.com/nuxt-modules/i18n/issues/2621 <samp>(f4fed)</samp>
rchl
published 8.0.0-rc.10 •

Changelog

Source

v8.0.0-rc.10 (2023-12-14T08:23:49Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

  • Cannot translation yaml / json5 resources on server-side  -  by @kazupon and @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2613 <samp>(4bf4f)</samp>
  • Memory leak  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2616 <samp>(64fa2)</samp>
  • Layer inline module options not used in generation  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2618 <samp>(2a7ee)</samp>
rchl
published 8.0.0-rc.9 •

Changelog

Source

v8.0.0-rc.9 (2023-12-10T10:48:37Z)

This changelog is generated by GitHub Releases

   🚨 Breaking Changes

  • Add useSetI18nParams composable  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2580 <samp>(898d3)</samp>
rchl
published 8.0.0-rc.8 •

Changelog

Source

v8.0.0-rc.8 (2023-12-07T15:54:44Z)

This changelog is generated by GitHub Releases

   🚀 Features

  • Support server-side i18n integration  -  by @kazupon in https://github.com/nuxt-modules/i18n/issues/2558 <samp>(9bdad)</samp>

   🐞 Bug Fixes

  • Module locale option generation breaking SEO  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2598 <samp>(be4fd)</samp>
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc