New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/i18n

Package Overview
Dependencies
Maintainers
0
Versions
68
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.3.1

Diff

Changelog

Source

v8.3.1 (2024-04-24T10:05:08Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

  • Ignore root when prerendering using strategy: 'prefix'  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2894 <samp>(62dff)</samp>
  • Locale head reactivity on locale change for strategy: 'no_prefix'  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2897 <samp>(89615)</samp>
  • docs: Add missing comma  -  by @lsvs in https://github.com/nuxt-modules/i18n/issues/2919 <samp>(4693e)</samp>
  • head: Apply baseURL to head composable  -  by @warflash and @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2912 <samp>(6dcbf)</samp>
  • types: $getRouteBaseName parameter type  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2933 <samp>(05ed0)</samp>
rchl
published 8.3.0 •

Changelog

Source

v8.3.0 (2024-04-02T09:03:52Z)

This changelog is generated by GitHub Releases

   🚀 Features

  • Experimental auto declare/import translation functions  -  by @BobbieGoede and kazuya kawaguchi in https://github.com/nuxt-modules/i18n/issues/2858 <samp>(a5869)</samp>
  • Support multiple languages on one or more domains while having different domains  -  by @bjerggaard in https://github.com/nuxt-modules/i18n/issues/2705 <samp>(b7a6c)</samp>

   🐞 Bug Fixes

  • Overwrite or unset unknown cookie locale  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2841 <samp>(9c82d)</samp>
  • Common composable options not being passed to getRouteBaseName  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2865 <samp>(946ca)</samp>
  • Sync cookie when setting locale  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2877 <samp>(1ce4a)</samp>
  • Options passed with installModule are overwritten  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2882 <samp>(860dc)</samp>
  • Opt in to import.meta.* properties  -  by @danielroe in https://github.com/nuxt-modules/i18n/issues/2884 <samp>(aff7f)</samp>
  • defineI18nRoute macro transformed inside <template>  -  by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2887 <samp>(33746)</samp>
rchl
published 8.2.0 •

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>
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