Skip to content

AndreyYolkin/i18n

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@nuxtjs/i18n logo

Volta board

Nuxt I18n

Module i18n for Nuxt

The next @nuxtjs/i18n 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

About

Module i18n for Nuxt

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.5%
  • Vue 3.7%
  • Other 0.8%