GitXplorerGitXplorer
k

nuxt-i18n

public
17 stars
1 forks
1 issues

Commits

List of commits on branch next.
Unverified
d1ee9d24c9ee19bbfdf91bd810126095f4965f55

fix: upgrade vue-i18n-routing v0.1

kkazupon committed 2 years ago
Unverified
6ae1c0fde2f889a85543ea9401ef16bfb752f671

fix: remove wrong release section

kkazupon committed 2 years ago
Unverified
3966a0c9359e7332557db557da550a5a08d052eb

Merge branch 'next' of github.com:nuxt-community/i18n-module into next

kkazupon committed 2 years ago
Unverified
05246b48de1b2435fb725727a253bd864b1bd808

chore: update release scripts and workflow

kkazupon committed 2 years ago
Unverified
f9b473b52612d518dd4936b132cbf63eba71d6b5

chore: generate changelog

kkazupon committed 2 years ago
Unverified
1243fab93323464f6d7c607b8b7d530b9e1011fa

release: v8.0.0-alpha.1

kkazupon committed 2 years ago

README

The README file for this repository.

@nuxtjs/i18n logo

i18n for your Nuxt project

The next @nuxtjs/i18n for Nuxt 3

Status: v8 alpha

If you would like to use the stable version, please see the main branch

Usage

install with next tag

npm install @nuxtjs/i18n@next --save

install edge version

  1. Add the following line to the dependencies in package.json:
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge"
  1. Run yarn or npm install.
  2. Follow v8 documentation version https://v8.i18n.nuxtjs.org/ but keep in mind that not all features are supported yet and some things might be broken.

License

MIT License - Copyright (c) Nuxt Community