Skip to content

Commit a1d7259

Browse files
authored
Fixed Links, added up-to-date link to v3 docs (#1266)
- I fixed the link to the prerequisites linking to a non-existing page. - I added a link to the up-to-date v3 docs of this module since it is still in development (beta), but fully working and usable. - fixed typos and grammar of the introduction
1 parent 64f45db commit a1d7259

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/guide/integrations/nuxt3.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ The following is a tutorial on setting up a Nuxt 3 application from the initial
77
:::warning NOTICE
88
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.
99

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

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

0 commit comments

Comments
 (0)