# nuxt-modules/i18n

I18n module for Nuxt

Repository: https://github.com/nuxt-modules/i18n
Canonical: https://ross.abutalabs.com/products/i18n
Homepage: https://i18n.nuxtjs.org
Language: TypeScript
License: MIT
License Family: permissive
Topics: nuxt, i18n, routing, vue, javascript, nuxt-module, internationalization, typescript
Last push: 2026-08-26T00:59:41+00:00

## Health v2 (maintenance only)
Score: 98/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 95, longevity 100
- inputs: {"age_days": 3216, "days_push": 8, "days_rel": 34, "gap_med": 9.0, "n_releases_24m": 47}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2081, forks 533 (observed 2026-08-28T04:06:11.643399+00:00)

## What it is
@nuxtjs/i18n is an official Nuxt module that adds internationalization to Nuxt applications, powered by Vue I18n. It provides locale-prefixed route generation, lazy-loaded translation messages, SEO metadata (hreflang, canonical, OpenGraph locale), locale-aware redirection, and per-locale domain support.

## Use cases
- add multiple languages to a Nuxt app
- generate locale-prefixed routes like /fr/about
- lazy-load translation files per language
- generate hreflang and canonical tags for multilingual SEO
- redirect users to their browser language
- serve each language from a different domain
- switch locales with localized links

## When to choose
- you are building a Nuxt 3+ application that needs multilingual content
- you want automatic localized routing and SEO tags without manual setup
- you need lazy-loaded translations to keep bundles small
- you want per-locale domains or subdomains

## When to avoid
- your project is not built on Nuxt (use vue-i18n directly for plain Vue)
- you need i18n for a non-web backend or CLI tool
- you only need simple string translation without routing or SEO concerns

## Facets
- artifact type: plugin
- maturity: active
- function: internationalization, routing, templating
- domain: web-development, frontend
- platform: cross-platform
- tags: nuxt, vue-i18n, nuxt-module, locale-routing, lazy-loading, hreflang, multilingual, seo, localization, nodejs, web-server

## Member repositories
- nuxt-modules/i18n (main) score 98

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:11.643399+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:56:01.119142+00:00, confidence not recorded.
  - readme: https://github.com/nuxt-modules/i18n (fetched 2026-08-28T04:06:11.643399+00:00, sha 73a0934f033b)
  - homepage: https://i18n.nuxtjs.org (fetched 2026-08-29T10:36:32.839765+00:00, sha 2db8bcfa3202)
  - site_page: https://i18n.nuxtjs.org/docs/guide/lazy-load-translations (fetched 2026-08-29T10:36:32.849746+00:00, sha 84670ab80a45)
  - site_page: https://i18n.nuxtjs.org/docs/getting-started (fetched 2026-08-29T10:36:32.842688+00:00, sha 0c2fb9f4df1b)
  - site_page: https://i18n.nuxtjs.org/docs/guide (fetched 2026-08-29T10:36:32.844956+00:00, sha dff39d7ce479)
  - site_page: https://i18n.nuxtjs.org/docs/guide/seo (fetched 2026-08-29T10:36:32.847380+00:00, sha 4c81b6b36a88)
  - site_page: https://i18n.nuxtjs.org/docs/components/nuxt-link-locale (fetched 2026-08-29T10:36:32.852355+00:00, sha e9471c7e1ddf)
  - site_page: https://i18n.nuxtjs.org/docs/guide/different-domains (fetched 2026-08-29T10:36:32.854374+00:00, sha 3aa88c273d76)
- Data as of 2026-08-30T08:39:29.467469+00:00.
