GithubHelp home page GithubHelp logo

mihard / i18n Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nuxt-modules/i18n

0.0 0.0 0.0 17.33 MB

I18n module for Nuxt

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

License: MIT License

Shell 0.42% JavaScript 0.49% TypeScript 96.05% Vue 3.04%

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

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 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 rchl avatar borghol avatar mosaab-emam avatar takcastel avatar adriaandotcom avatar mannil avatar andreyyolkin avatar simlor avatar danielroe avatar gffelisberto avatar ilkome avatar issenn avatar johannschopplich avatar dargmuesli avatar baixiaoyu2997 avatar mroddev avatar marcopns avatar hoersamu avatar stefanotesla avatar szwenni avatar atinux avatar exer7um avatar yassilah avatar tahul avatar yoann54 avatar ahmadqwer 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.