Nuxt I18n

Module i18n for Nuxt.

  • Integration with Vue I18n
  • Automatic routes generation and custom paths
  • Search Engine Optimization
  • Lazy-loading of translation messages
  • Redirection based on auto-detected language
  • Different domain names for different languages
Bash
$npm install @nuxtjs/i18n@next --save
Click to copy