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

readme: use link #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Nuxt3 module for vue-i18n-next

This nuxt module is intended to be a quick and easy way for people to use vue-i18n-next with Nuxt3.

It also has the purpose of finding issues on the vue-i18n-next so that `@nuxtjs/i18n` can support Nuxt3.
It also has the purpose of finding issues on the vue-i18n-next so that [`@nuxtjs/i18n`](https://github.com/nuxt-community/i18n-module) can support Nuxt3.

- Setup `vue-i18n` for your Nuxt3 project
- You do not need to entrypoint codes with `createI18n`.
- Setup bundle tools
- `@intlify/vue-i18n-loader` and `@intlify/vite-plugin-vue-i18n` are included
- [`@intlify/vue-i18n-loader`](https://github.com/intlify/vue-i18n-loader) and [`@intlify/vite-plugin-vue-i18n`](https://github.com/intlify/vite-plugin-vue-i18n) are included
- Locale resources importing

## 💿 Installation
Expand Down