nuxt-i18n

Installation
SKILL.md

Nuxt I18n

Nuxt I18n owns locale messages, localized routes, language detection, and locale metadata. Nuxt owns the surrounding page, rendering, and server lifecycle.

Workflow

  1. Inspect the installed @nuxtjs/i18n version, nuxt.config.*, i18n/i18n.config.*, locale files, and affected pages. The setup is understood when locale codes, files, defaultLocale, and the routing strategy agree.
  2. Open the smallest matching guide below. Keep module options in nuxt.config, Vue I18n options in i18n.config, and translated messages in locale files.
  3. Implement with localized links and module composables so routing, message loading, and SEO share one locale state.
  4. Run nuxi prepare and the project's typecheck, then visit the affected route in the default and one secondary locale. The change is complete when both locales render the expected message, URL, language metadata, and fallback behavior.

Routing

Task Open
Installation, locale objects, file layout, browser detection, or Vue I18n config Configuration
Translation keys, interpolation, plurals, dates, numbers, or runtime message loading Messages
Route strategies, localized links, switchers, custom paths, dynamic slugs, or SEO Routing and SEO
Nuxt pages, middleware, data fetching, SSR state, or server routes nuxt skill
Installs
129
GitHub Stars
700
First Seen
Jul 23, 2026
nuxt-i18n — onmax/nuxt-skills