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

@nuxtjs/i18n

Package Overview
Dependencies
Maintainers
8
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
57

8.0.0-beta.1

Diff

Changelog

Source

v8.0.0-beta.1 (2022-10-20T11:05:51Z)

This changelog is generated by GitHub Releases

   🚀 Features

  • Support nuxt v3 rc.11  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1551
  • Support rootRedirect option  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1560
  • Support dynamic route params localization  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1562
  • Support page transition locale switching fully  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1566
  • Support per-component translations  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1567
  • Support nuxt3 rc.12  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1570

   🐞 Bug Fixes

  • Add defineNuxtRouteMiddleware wrapper  -  by @danielroe in https://github.com/nuxt-community/i18n-module/issues/1558
  • Cannot generate on differentDomains  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1559
  • Type errors  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1571
  • Disable node v19  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1573
  • Wrong packaging  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1574
  • Wrong resolving and exports  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1575
rchl
published 8.0.0-alpha.3 •

Changelog

Source

v8.0.0-alpha.3 (2022-10-10T01:47:49Z)

This changelog is generated by GitHub Releases

   🚀 Features

  • Support differentDomains  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1540
  • Support defaultDirection option  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1541
  • Custome route path for component with defineI18nRoute  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1544
  • Support ignoring localized routes  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1546
  • Support extending messages hook  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1550
kazupon
published 8.0.0-alpha.2 •

Changelog

Source

v8.0.0-alpha.2 (2022-09-28T08:47:05Z)

This changelog is generated by GitHub Releases

   🚀 Features

  • Support indetifierAttribue option for useLocaleHead  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1526
  • Support strategy property API  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1533
  • Support detect browser language fully  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1534

   🐞 Bug Fixes

  • Remove wrong release section  -  by @kazupon <samp>(6ae1c)</samp>
  • Upgrade vue-i18n-routing v0.1  -  by @kazupon <samp>(d1ee9)</samp>
  • Improve error handling for vue-i18n v9 invalid message syntax  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1522
  • Avoid deprecated use of params on vue-router  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1523
  • Duplicate onLanguageSwitched calls  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1528
  • Custom nested route path for configration  -  by @kazupon in https://github.com/nuxt-community/i18n-module/issues/1531
  • module: Transpile edge aswell  -  by @dargmuesli in https://github.com/nuxt-community/i18n-module/issues/1516
kazupon
published 8.0.0-alpha.1 •

Changelog

Source

8.0.0-alpha.1 (2022-09-03)

This release is for Nuxt3.

This version is sitll alpha, the API might subject to breaking changes. We will make every effort to have the same I/F as v7.x, but Nuxt 3 is a major release, it might not be the same I/F.

About details, please check the v8 docs.

v8 alpha or later does not support Nuxt Bridge.

We will support Nuxt Bridge for v7.4 or v7.x later version. please see the Github Discussions for a detailed discussion of Nuxt Bridge supporting.

Thank you for your understanding 💚

rchl
published 7.3.0 •

Changelog

Source

7.3.0 (2022-08-24)

Features

  • add setting for setting expiration of the cookie that stores locale (#1492) (dd764d7)
rchl
published 7.2.3 •

Changelog

Source

7.2.3 (2022-08-01)

Bug Fixes

  • infinite redirect on URL with special characters (#1472) (426af76)
rchl
published 7.2.2 •

Changelog

Source

7.2.2 (2022-04-25)

Bug Fixes

  • fixed locale changing issue in server side middleware (#1429) (c10231d)
rchl
published 7.2.1 •

Changelog

Source

7.2.1 (2022-04-01)

Bug Fixes

  • don't detect locale from route when using no_prefix (#1421) (609782f)
  • docs: add info on using dynamic translations with _.vue (b6039d2), closes #1400
  • docs: correct links to [Custom paths] and [Ignore routes] (#1392) (091944c)
  • parse-pages: add jsx plugin for .vue files using jsx syntax (#1356) (8cdb999)## 7.2.0 (2021-11-04)

Features

Bug Fixes

  • docs: refactor and separate some pages related to routing (89eb12f)
  • load vue-template-compiler with nuxt.resolver.requireModule (#1327) (c5a3ca8)
rchl
published 7.2.0 •

Changelog

Source

7.2.1 (2022-04-01)

Bug Fixes

  • don't detect locale from route when using no_prefix (#1421) (609782f)
  • docs: add info on using dynamic translations with _.vue (b6039d2), closes #1400
  • docs: correct links to [Custom paths] and [Ignore routes] (#1392) (091944c)
  • parse-pages: add jsx plugin for .vue files using jsx syntax (#1356) (8cdb999)## 7.2.0 (2021-11-04)

Features

Bug Fixes

  • docs: refactor and separate some pages related to routing (89eb12f)
  • load vue-template-compiler with nuxt.resolver.requireModule (#1327) (c5a3ca8)
rchl
published 7.1.0 •

Changelog

Source

7.1.0 (2021-10-19)

Features

  • add support for query params in canonical url (#1274) (d5dea9c)

Bug Fixes

  • adjust strange redirection logic for prefix_and_default (#1304) (578acd8)
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