Skip to content
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

Fixed Links, added up-to-date link to v3 docs #1266

Merged
merged 1 commit into from
Dec 21, 2022
Merged
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
8 changes: 5 additions & 3 deletions docs/guide/integrations/nuxt3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ The following is a tutorial on setting up a Nuxt 3 application from the initial
:::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.

To support for Nuxt 3 & Nuxt Bridge in [nuxtjs/i18n](https://i18n.nuxtjs.org/) is currently under development with Nuxt community.
See the about GitHub Discussion is [here](https://github.com/nuxt-community/i18n-module/discussions/1287)
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/)

See the GitHub Discussion [here](https://github.com/nuxt-community/i18n-module/discussions/1287)
:::

If you go through this tutorial, you can learn how to integrate Vue I18n with Nuxt plugin.
Expand All @@ -17,7 +19,7 @@ If you go through this tutorial, you can learn how to integrate Vue I18n with Nu

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

Please check [here](https://v3.nuxtjs.org/getting-started/quick-start#prerequisites) for Node.js version of Nuxt 3.
Please check [here](https://nuxt.com/docs/getting-started/installation#prerequisites) for Node.js version of Nuxt 3.

## Example codes

Expand Down