Overview of Nuxt i18n features
mainThe Nuxt i18n module provides several core capabilities for building internationalized Nuxt applications:
- Vue I18n Integration: Powered by Nuxt 3 for optimal performance and SEO.
- Automatic Routes Generation: Automatically overrides Nuxt default routes to add locale prefixes to every URL.
- Search Engine Optimization (SEO): Provides composables to add SEO metadata based on the current locale.
- Messages Lazy-Loading: Allows lazy-loading only the selected language instead of bundling all translation messages into the main bundle.
- Locale-Aware Redirection: Includes ready-to-use composables to handle redirections based on the current locale.
- Locales Specific Domains: Enables setting different domain names for each supported locale.