Skip to content

CLDR JSON 38.1.0

Compare
Choose a tag to compare
@srl295 srl295 released this 27 Jan 15:59
f321d77

CLDR 38.1 in JSON format.

Downloading

Lots of ways to download this:

  • published to npm as @38.1.0 (and also @latest!)
  • ZIP files below
  • the 38.1.0 git tag in this repo.

the absolute current master CLDR as of this writing

  1. gets the licensing wrong for bower
  2. doesn’t support -V (so you’ll see cldrVersion 39 instead fo 38

both fixed in unicode-org/cldr#972

  • It also will need unicode-org/cldr#983 to not get a MapComparator error, but that PR doesn’t pass CLDR’s unit tests. Will work on that.

  • somehow, the exemplarCity for Australia/Currie disappears in zoneNames. Some very recent change in CLDR.

Changes

Also see the CLDR 38.1 release notes.

Summary of JSON changes:
- These items are now arrays instead of strings:
- supplemental/calendarPreferenceData
- supplemental/weekData (now grouped by territory)
- Previously MISSING data now added
- cldr-core/dayPeriods.json: dayPeriodRuleSet-type-selection"
- cldr-core/units.json: unitConstants, unitQuantities
- cldr-core/unitsMetadata.json: unit deprecations

Also:

  • new submodule: cldr-segments-full

Also:

  • annotations are back!
  • full vs modern single zipfiles ( see CLDR-14258 and CLDR-14260 )
  • many other fixes.

👉 Also see https://github.com/unicode-org/cldr-json/releases/tag/38.0.0 for some changes that happened in the 38 timeframe.

Colophon