docs(i18n): remove next tag from @nuxtjs/i18n installation (#3675)

This commit is contained in:
Bobbie Goede
2025-03-25 10:07:58 +01:00
committed by GitHub
parent c531d0248b
commit f72c886d3a

View File

@@ -136,19 +136,19 @@ To dynamically switch between languages, you can use the [Nuxt I18n](https://i18
::code-group{sync="pm"}
```bash [pnpm]
pnpm add @nuxtjs/i18n@next
pnpm add @nuxtjs/i18n
```
```bash [yarn]
yarn add @nuxtjs/i18n@next
yarn add @nuxtjs/i18n
```
```bash [npm]
npm install @nuxtjs/i18n@next
npm install @nuxtjs/i18n
```
```bash [bun]
bun add @nuxtjs/i18n@next
bun add @nuxtjs/i18n
```
::