Nuxt I18n
I18n module 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-dev
Click to copy