Ross ROSS = Recommend OSS · open-source software intelligence for agents

andyearnshaw/Intl.js

Compatibility implementation of the ECMAScript Internationalization API (ECMA-402) for JavaScript -- UNMAINTAINED observed · 2026-08-28

github.com/andyearnshaw/Intl.js · JavaScript · NOASSERTION (other) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4866
  • days_rel: n/a
  • days_push: 2305
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1691 stars · 211 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Intl.js is a compatibility polyfill implementing the ECMAScript Internationalization API (ECMA-402) for JavaScript environments that lack native support, such as legacy browsers and older Node.js runtimes. It provides locale-aware formatting and comparison methods per the specification, loading locale data as needed.

Use cases

  • add Intl API support to legacy browsers that lack it
  • polyfill internationalization APIs in old Node.js versions
  • load extra locale data for Node apps that only ship English by default
  • serve the Intl polyfill conditionally via a CDN polyfill service
  • format dates, numbers, and collate strings per ECMA-402 in unsupported environments

When to choose

  • you must support legacy browsers or old Node.js runtimes without native Intl
  • you need a spec-compliant ECMA-402 fallback with per-locale data loading
  • you maintain an older codebase already depending on this polyfill

When to avoid

  • you target modern browsers or Node.js 12+, which have native Intl support
  • you need an actively maintained library with security updates
  • you want full ICU coverage or newer ECMA-402 features like Intl.RelativeTimeFormat

Facets

library · maturity abandoned

internationalization sdk web-development frontend developer-tools browser cross-platform polyfill ecma-402 intl i18n legacy-browser-support unmaintained localization nodejs

1 source

Member repositories

RepositoryRoleHealth v2
andyearnshaw/Intl.jsmain10

For agents

markdown · JSON · MCP: product_card(name="andyearnshaw/Intl.js")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem