# globalizejs/globalize

A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data

Repository: https://github.com/globalizejs/globalize
Canonical: https://ross.abutalabs.com/products/globalize
Homepage: https://globalizejs.com
Language: JavaScript
License: MIT
License Family: permissive
Topics: cldr, cldr-data, cldr-json, i18n, intl, l10n, formatter, parser
Last push: 2025-09-29T18:47:13+00:00

## Health v2 (maintenance only)
Score: 43/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 44, release rhythm 8, longevity 100
- inputs: {"age_days": 5818, "days_push": 338, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4835, forks 585 (observed 2026-08-28T04:09:00.634632+00:00)

## What it is
Globalize is a JavaScript library for internationalization and localization built on official Unicode CLDR JSON data. It provides locale-aware formatting and parsing of numbers, currencies, dates, plural rules, relative times, units, and messages, working in both browsers and Node.js.

## Use cases
- format dates and numbers according to the user's locale
- format currency values for different countries
- parse user-entered dates and numbers in their local format
- handle plural rules across languages
- translate and format messages for multilingual apps
- format relative times like '5 minutes ago' per locale
- format units of measurement for different locales

## When to choose
- you need accurate, standards-based locale data from Unicode CLDR
- you need consistent i18n behavior across browser and Node.js
- you need fine-grained control over which i18n modules and data you load
- you need to parse locale-formatted user input back into dates and numbers

## When to avoid
- you only need the built-in browser Intl API and don't need CLDR parity
- you want a batteries-included i18n framework with routing and translation workflows
- your project is React-based and you prefer a React-specific i18n library

## Facets
- artifact type: library
- maturity: stable
- function: internationalization, parser, serialization
- domain: web-development, frontend
- platform: browser, cross-platform
- tags: i18n, l10n, cldr, unicode, date-formatting, number-formatting, currency, plurals, message-formatting, localization, nodejs

## Member repositories
- globalizejs/globalize (main) score 43

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:00.634632+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-29T18:18:29.504081+00:00, confidence not recorded.
  - readme: https://github.com/globalizejs/globalize (fetched 2026-08-28T04:09:00.634632+00:00, sha 742aceddf9de)
  - homepage: https://globalizejs.com (fetched 2026-08-29T09:01:32.529197+00:00, sha 3489e0b19723)
  - registry_npm: https://registry.npmjs.org/globalize (fetched 2026-08-29T09:01:32.532624+00:00, sha b305b06daf21)
- Data as of 2026-08-30T08:39:29.467469+00:00.
