Git Product home page Git Product logo

i18n's Introduction

@nuxtjs/i18n logo

Volta board

Nuxt I18n

I18n module for Nuxt

The next i18n module for Nuxt 3

โœ… Status: v8 beta

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 wiht 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',
  ],
}

Install edge version

  1. Add the following line to the devDependencies in package.json:
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge"
  1. Run npm install or yarn or pnpm install --shamefully-hoist.

  2. Add @nuxtjs/i18n to the modules section of nuxt.config.ts

{
  modules: [
    '@nuxtjs/i18n',
  ],
}

๐Ÿ“– Documentation

Read more v8 documentation.

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

๐Ÿ”— Links

ยฉ๏ธ License

MIT License - Copyright (c) Nuxt Community

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.