From nuxt-i18n
Provides Nuxt i18n guidance for locale routing, lazy-loaded translations, SEO, browser detection, and multi-domain setups. For @nuxtjs/i18n, locale switching, translated routes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nuxt-i18n:nuxt-i18nThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.mdNuxt 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:
npx claudepluginhub pleaseai/claude-code-plugins --plugin nuxt-i18nGuides creating Nuxt modules: published npm modules, local modules, runtime/server extensions, publishing, and CI/CD workflows. Covers defineNuxtModule, Kit utilities, E2E testing.
Next.js 16 internationalization with next-intl or DIY. Use when implementing i18n, translations, localization, multilingual, language switch, locale routing, or formatters.
Covers Nuxt 4 fundamentals for project setup, nuxt.config.ts configuration, file-based routing, middleware, SEO with useHead/useSeoMeta, error handling via error.vue/NuxtErrorBoundary, and directory structure.