Nuxt i18n is an internationalization module for Nuxt powered by Vue i18n. It provides locale-based routing, lazy-loaded translations, browser language detection, SEO metadata, and multi-domain locale support.
The skill is based on @nuxtjs/i18n v10.x, generated at 2026-03-28.
Core
| Topic |
Description |
Reference |
| Configuration |
Module setup, locales, Vue I18n config, key options |
core-configuration |
| Routing |
Strategies, custom route paths, ignoring localized routes |
core-routing |
Features
| Topic |
Description |
Reference |
| Detection & Switching |
Browser detection, lang switcher, locale fallback, cookies |
features-detection-switching |
| SEO |
useLocaleHead, hreflang, canonical links, OpenGraph |
features-seo |
| Lazy Loading |
Lazy-loaded translations, multiple files, dynamic API loading |
features-lazy-loading |
| Per-Component |
i18n custom blocks in SFCs, local scope translations |
features-per-component |
Advanced
| Topic |
Description |
Reference |
| Domains |
Different domains, multi-domain locales, runtime env vars |
advanced-domains |
| Server & Hooks |
Server-side translations, runtime hooks, module integration, layers |
advanced-server-hooks |
API
| Topic |
Description |
Reference |
| API Reference |
Composables, components, helper functions, instance properties |
api-reference |
Full Documentation
For details beyond these references, fetch the complete official documentation:
1---2name: nuxt-i18n3description: Nuxt i18n internationalization module for locale routing, lazy-loaded translations, SEO, browser detection, and multi-domain setups. Use when working with @nuxtjs/i18n, locale switching, translated routes, or i18n composables.4---56Nuxt i18n is an internationalization module for Nuxt powered by Vue i18n. It provides locale-based routing, lazy-loaded translations, browser language detection, SEO metadata, and multi-domain locale support.78> The skill is based on @nuxtjs/i18n v10.x, generated at 2026-03-28.910## Core1112| Topic | Description | Reference |13|-------|-------------|-----------|14| Configuration | Module setup, locales, Vue I18n config, key options | [core-configuration](references/core-configuration.md) |15| Routing | Strategies, custom route paths, ignoring localized routes | [core-routing](references/core-routing.md) |1617## Features1819| Topic | Description | Reference |20|-------|-------------|-----------|21| Detection & Switching | Browser detection, lang switcher, locale fallback, cookies | [features-detection-switching](references/features-detection-switching.md) |22| SEO | useLocaleHead, hreflang, canonical links, OpenGraph | [features-seo](references/features-seo.md) |23| Lazy Loading | Lazy-loaded translations, multiple files, dynamic API loading | [features-lazy-loading](references/features-lazy-loading.md) |24| Per-Component | i18n custom blocks in SFCs, local scope translations | [features-per-component](references/features-per-component.md) |2526## Advanced2728| Topic | Description | Reference |29|-------|-------------|-----------|30| Domains | Different domains, multi-domain locales, runtime env vars | [advanced-domains](references/advanced-domains.md) |31| Server & Hooks | Server-side translations, runtime hooks, module integration, layers | [advanced-server-hooks](references/advanced-server-hooks.md) |3233## API3435| Topic | Description | Reference |36|-------|-------------|-----------|37| API Reference | Composables, components, helper functions, instance properties | [api-reference](references/api-reference.md) |3839## Full Documentation4041For details beyond these references, fetch the complete official documentation:4243- **llms.txt** (overview): https://i18n.nuxtjs.org/llms.txt44- **llms-full.txt** (full docs): https://i18n.nuxtjs.org/llms-full.txt