You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait a second, though, this is trying to make the localization file self-describing. The _alias field of cldr-bcp47/bcp47/timezone.json already has an exhaustive enumeration of all valid tzids. Can't you just use that to define the shape?
America/Asuncion
America/Indiana/Vincennes
…
So after we fix up how we consume timezone.json, we should use this to also fix up how we consume timeZoneNames.json
First part of #4044
The data changed because we're selecting a different value from the
aliases list than we were before. However, upon upgrading to CLDR 44,
this is a well defined algorithm.
We are correctly consuming the iana attribute, but I haven't yet done the change described in #4044 (comment). I will move this issue to a later milestone.
sffc
changed the title
Adopt new iana attribute and improve time zone datagen in CLDR 44
Time zone datagen: Don't assume timeZoneNames.json is self-describing
Nov 14, 2023
Datagen should be upgraded to support the new
iana
attribute when generating data for the IanaToBcp47Mapper (#2909).See https://unicode-org.atlassian.net/browse/CLDR-14453
The text was updated successfully, but these errors were encountered: