Internationalization for Nuxt Applications.
Welcome to @nuxtjs/i18n documentation for Nuxt, powered by Vue I18n.
- 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