GitXplorerGitXplorer
k

nuxt-i18n

public
17 stars
1 forks
1 issues

Commits

List of commits on branch next.
Unverified
a3b19afbd3c5226e29980ffe94b9358a47568b00

fix: lint warnings

kkazupon committed 2 years ago
Unverified
3cc4cf20cfe3e4a7fcfccce1428981045a7fee7a

fix: module build transpiler

kkazupon committed 2 years ago
Unverified
670b76e3578b7eb7c970aa4b2379d30c40bd477f

refactor: option generation

kkazupon committed 2 years ago
Unverified
136e088488ddabb540b547f784b39f713c59991f

fix: remove deprecated nuxt kit api

kkazupon committed 2 years ago
Unverified
655f2f6398f563918a969a27d1ae59b7cf084b9d

fix: change to addImports

kkazupon committed 2 years ago
Unverified
542da0ad5e246b61859b035b87f3b31113be5db9

fix: nuxt upgrade

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