Skip to content

Commit 7b6366f

Browse files
authored
docs: update description of Nuxt I18n and its status (#1739)
1 parent a5b4117 commit 7b6366f

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

docs/.ja/ecosystem/tools.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Third-party tooling
22

3-
## Nuxt Module
3+
## Nuxt I18n Module
44

5-
[nuxt-i18n](https://github.com/nuxt-community/nuxt-i18n/) is corresponding Nuxt.js module.
5+
[Nuxt I18n (@nuxtjs/i18n)](https://github.com/nuxt-modules/i18n/) fully integrates Vue I18n for Nuxt 3 (v8 and higher).
66

7-
:::warning NOTICE
8-
Still not supported.
9-
:::
7+
The module adds features such as localized routing, SEO tags and more.
8+
9+
Read more about Nuxt I18n in the docs at [i18n.nuxtjs.org](https://i18n.nuxtjs.org/)
1010

1111
## BabelEdit
1212

docs/guide/integrations/nuxt3.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
# Nuxt 3 integration
22

3-
We will introduce Vue I18n integration with Nuxt 3.
3+
We recommend using [Nuxt I18n (@nuxtjs/i18n)](https://i18n.nuxtjs.org/) to use Vue I18n with Nuxt 3 with advanced features such as localized routing, SEO tags and more.
44

5-
The following is a tutorial on setting up a Nuxt 3 application from the initial configuration.
5+
## Creating your own Nuxt 3 integration
66

7-
:::warning NOTICE
8-
This Nuxt3 application is set up in this tutorial doesn't support advanced i18n, such as URL (routing), SEO with `head` tag, and `lang` attribute in `html`tag.
9-
10-
Support for Nuxt 3 & Nuxt Bridge in [nuxtjs/i18n](https://i18n.nuxtjs.org/) is currently under development with Nuxt community.
11-
You can check out the status of development and docs at [v8.i18n.nuxtjs.org](https://v8.i18n.nuxtjs.org/)
7+
The following is a tutorial on setting up a Nuxt 3 application with your own integration by adding Vue I18n through a Nuxt plugin.
128

13-
See the GitHub Discussion [here](https://github.com/nuxt-community/i18n-module/discussions/1287)
9+
:::warning NOTICE
10+
This integration tutorial doesn't support advanced i18n features (such routing and SEO tags) and is intended for demonstration purposes, consider using the Nuxt I18n module check out its docs at [i18n.nuxtjs.org](https://i18n.nuxtjs.org/) for more details.
1411
:::
1512

16-
If you go through this tutorial, you can learn how to integrate Vue I18n with Nuxt plugin.
17-
1813
## Requirements
1914

2015
Node.js requirement for this tutorial is the same environment as Nuxt 3.

0 commit comments

Comments
 (0)