8.3.1 â€ĸ Published 9 days ago

@nuxtjs/i18n v8.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 days ago

Nuxt i18n

npm.io npm.io npm.io npm.io

Nuxt I18n

I18n module for Nuxt

The i18n module for Nuxt 3

✅ Status: v8

If you would like to use the stable version for Nuxt 2, please see the v7 branch

🚀 Usage

Install

  1. Add the following line to the devDependencies with your package manager:
npx nuxi@latest module add i18n
  1. Add @nuxtjs/i18n to the modules section of nuxt.config.ts
{
  modules: [
    '@nuxtjs/i18n',
  ],
}

Edge Release Channel

We provide the Edge Release Channel nuxt i18n module, like Nuxt3

Nuxt i18n module is undergoing commits, improvements and bug fixes. You can opt-in to be the first to test it before the next release.

Opting Into the Edge Channel

Update nuxt i18n module dependency inside package.json:

{
  "devDependencies": {
--    "@nuxtjs/i18n": "^8.0.0"
++    "@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge"
  }
}

Remove lockfile (package-lock.json, yarn.lock, or pnpm-lock.yaml) and reinstall dependencies.

Opting Out From the Edge Channel

Update nuxt i18n module dependency inside package.json:

{
  "devDependencies": {
--    "@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge"
++    "@nuxtjs/i18n": "^8.0.0"
  }
}

📖 Documentation

Read more v8 documentation.

Keep in mind that not all features are currently supported yet and some things might be broken.

🔗 Links

Šī¸ License

MIT License - Copyright (c) Nuxt Community

8.3.1

9 days ago

8.3.0

1 month ago

8.2.0

2 months ago

8.1.1

3 months ago

8.1.0

3 months ago

8.0.2

3 months ago

8.0.1

3 months ago

8.0.0

4 months ago

8.0.0-rc.11

5 months ago

8.0.0-rc.10

5 months ago

8.0.0-rc.9

5 months ago

8.0.0-rc.8

5 months ago

8.0.0-rc.7

5 months ago

8.0.0-rc.1

9 months ago

8.0.0-rc.2

9 months ago

8.0.0-rc.3

9 months ago

8.0.0-rc.4

8 months ago

8.0.0-rc.5

7 months ago

8.0.0-rc.6

5 months ago

8.0.0-beta.13

10 months ago

8.0.0-beta.12

12 months ago

8.0.0-beta.11

1 year ago

8.0.0-beta.10

1 year ago

7.3.1

1 year ago

8.0.0-beta.8

1 year ago

8.0.0-beta.7

1 year ago

8.0.0-beta.9

1 year ago

8.0.0-beta.6

1 year ago

8.0.0-beta.5

1 year ago

8.0.0-beta.4

1 year ago

8.0.0-beta.2

2 years ago

8.0.0-beta.1

2 years ago

8.0.0-beta.3

2 years ago

8.0.0-alpha.3

2 years ago

8.0.0-alpha.2

2 years ago

8.0.0-alpha.1

2 years ago

7.3.0

2 years ago

7.2.3

2 years ago

7.2.2

2 years ago

7.2.1

2 years ago

7.2.0

2 years ago

7.1.0

3 years ago

7.0.3

3 years ago

7.0.2

3 years ago

7.0.1

3 years ago

7.0.0

3 years ago

0.0.0

3 years ago

6.13.2

4 years ago