GithubHelp home page GithubHelp logo

kovtunos / i18n Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nuxt-modules/i18n

0.0 0.0 0.0 4.78 MB

I18n module for Nuxt

Home Page: https://v8.i18n.nuxtjs.org

License: MIT License

Shell 0.39% JavaScript 0.37% TypeScript 96.33% Vue 2.91%

i18n's Introduction

@nuxtjs/i18n logo

Volta board

Nuxt I18n

I18n module for Nuxt

The next i18n module for Nuxt 3

โœ… Status: v8 RC (Release candidate)

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

๐Ÿš€ Usage

Install with next tag

  1. Add the following line to the devDependencies with your package manager:
# Using npm
npm install @nuxtjs/i18n@next --save-dev

# Using yarn
yarn add --dev @nuxtjs/i18n@next

# Using pnpm
pnpm install --shamefully-hoist -D @nuxtjs/i18n@next
  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-rc.1"
++    "@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-rc.1"
  }
}

๐Ÿ“– 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 renovate[bot] avatar bobbiegoede avatar ineshbose avatar dargmuesli avatar atinux avatar rchl avatar borghol avatar yassilah avatar takcastel avatar mosaab-emam avatar userquin avatar danielroe avatar adriaandotcom avatar hoersamu avatar stefanotesla avatar szwenni avatar tituskirch avatar exer7um avatar mikield avatar tahul avatar yoann54 avatar ahmadqwer avatar luthfi-hh avatar nobkd avatar pierresaid avatar so1ve avatar yunyuyuan avatar zenonux avatar bernankez 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.