From nuxt-i18n
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.
npx claudepluginhub pleaseai/claude-code-plugins --plugin nuxt-i18nThis skill uses the workspace's default tool permissions.
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.
GENERATION.mdreferences/advanced-domains.mdreferences/advanced-server-hooks.mdreferences/api-reference.mdreferences/core-configuration.mdreferences/core-routing.mdreferences/features-detection-switching.mdreferences/features-lazy-loading.mdreferences/features-per-component.mdreferences/features-seo.mdAdds full internationalization (i18n) to Next.js App Router projects using next-intl, with SEO-friendly locale routing, hreflang sitemaps, 14+ languages, and bulk translation.
Guides Nuxt 3 full-stack Vue development covering directory structure, config, CLI, routing, data fetching with useFetch, modules, composables, server routes, rendering modes, and deployment.
Implements i18n and l10n in Next.js apps with next-intl: middleware, JSON translation files, client/server components, and language switchers. For multilingual sites.
Share bugs, ideas, or general feedback.
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.
| Topic | Description | Reference |
|---|---|---|
| Configuration | Module setup, locales, Vue I18n config, key options | core-configuration |
| Routing | Strategies, custom route paths, ignoring localized routes | core-routing |
| 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 |
| 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 |
| Topic | Description | Reference |
|---|---|---|
| API Reference | Composables, components, helper functions, instance properties | api-reference |
For details beyond these references, fetch the complete official documentation: