Skip to content

HourCyclesOfLocale: Add language subtag to lookup #1056

Description

@anba

HourCyclesOfLocale performs a lookup based only on the region subtag, but CLDR's Time Data accepts locale identifiers in addition to standalone region subtags.

For example new Intl.Locale("en-CA").getHourCycles()[0] should return "h12", whereas new Intl.Locale("fr-CA").getHourCycles()[0] should return "h23", but the current spec text doesn't allow this result.

Metadata

Metadata

Assignees

Labels

bugc: localeComponent: locale identifiers

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions