Skip to content

docs: update description of Nuxt I18n and its status #1739

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/.ja/ecosystem/tools.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Third-party tooling

## Nuxt Module
## Nuxt I18n Module

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

:::warning NOTICE
Still not supported.
:::
The module adds features such as localized routing, SEO tags and more.

Read more about Nuxt I18n in the docs at [i18n.nuxtjs.org](https://i18n.nuxtjs.org/)

## BabelEdit

Expand Down
15 changes: 5 additions & 10 deletions docs/guide/integrations/nuxt3.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
# Nuxt 3 integration

We will introduce Vue I18n integration with Nuxt 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.

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

:::warning NOTICE
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.

Support for Nuxt 3 & Nuxt Bridge in [nuxtjs/i18n](https://i18n.nuxtjs.org/) is currently under development with Nuxt community.
You can check out the status of development and docs at [v8.i18n.nuxtjs.org](https://v8.i18n.nuxtjs.org/)
The following is a tutorial on setting up a Nuxt 3 application with your own integration by adding Vue I18n through a Nuxt plugin.

See the GitHub Discussion [here](https://github.com/nuxt-community/i18n-module/discussions/1287)
:::warning NOTICE
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.
:::

If you go through this tutorial, you can learn how to integrate Vue I18n with Nuxt plugin.

## Requirements

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