Giter VIP home page Giter VIP logo

i18n's Introduction

Nuxt i18n

Volta board

Nuxt I18n

I18n module for Nuxt

The i18n module for Nuxt 3

โœ… Status: v8

If you would like to use the stable version for Nuxt 2, please see the v7 branch

๐Ÿš€ Usage

Install

  1. Add the following line to the devDependencies with your package manager:
npx nuxi@latest module add i18n
  1. Add @nuxtjs/i18n to the modules section of nuxt.config.ts
{
  modules: [
    '@nuxtjs/i18n',
  ],
}

Edge Release Channel

We provide the Edge Release Channel nuxt i18n module, like Nuxt3

Nuxt i18n module is undergoing commits, improvements and bug fixes. You can opt-in to be the first to test it before the next release.

Opting Into the Edge Channel

Update nuxt i18n module dependency inside package.json:

{
  "devDependencies": {
--    "@nuxtjs/i18n": "^8.0.0"
++    "@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge"
  }
}

Remove lockfile (package-lock.json, yarn.lock, or pnpm-lock.yaml) and reinstall dependencies.

Opting Out From the Edge Channel

Update nuxt i18n module dependency inside package.json:

{
  "devDependencies": {
--    "@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge"
++    "@nuxtjs/i18n": "^8.0.0"
  }
}

๐Ÿ“– Documentation

Read more v8 documentation.

Keep in mind that not all features are currently supported yet and some things might be broken.

๐Ÿ”— Links

ยฉ๏ธ License

MIT License - Copyright (c) Nuxt Community

i18n's People

Contributors

kazupon avatar bobbiegoede avatar renovate[bot] avatar danielroe avatar ineshbose avatar dargmuesli avatar atinux avatar rchl avatar userquin avatar muhammadm1998 avatar borghol avatar wxh06 avatar yassilah avatar takcastel avatar mosaab-emam avatar mikield avatar exer7um avatar gabortorma avatar tomkremer avatar tituskirch avatar szwenni avatar stefanotesla avatar lsvs avatar hoersamu avatar pablolion avatar warflash avatar niklaswolf avatar mothership-nik-wolf avatar mickl avatar marcopns avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.