Skip to content

manniL/nuxt-i18n

 
 

Repository files navigation

nuxt-i18n

npm (scoped with tag) npm CircleCI Codecov Dependencies js-standard-style

i18n for Nuxt

📖 Release Notes

Features

  • vue-i18n integration
  • Automatic routes generation prefixed with locales code
  • SEO tags generation
  • Translations messages lazy-loading
  • Redirection based on browser language
  • Different domain names for each language

Install

  • Add nuxt-i18n dependency using yarn or npm to your project
yarn add nuxt-i18n
# npm i nuxt-i18n -S
  • Add nuxt-i18n to modules section of nuxt.config.js
{
  modules: [
    ['nuxt-i18n', { /* module options */ }],
 ]
}

📖 Read Documentation

License

MIT License

Copyright (c) Paul Gascou-Vaillancourt (@paulgv)

Packages

No packages published

Languages

  • JavaScript 89.1%
  • Vue 10.9%