diff options
author | Timothy Flynn <trflynn89@pm.me> | 2021-11-28 09:25:15 -0500 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-11-29 22:48:46 +0000 |
commit | 287d43f4be45871495aa4ea771f417c32c1f3786 (patch) | |
tree | 925cdf90b3c9ebd023765c5c665ed526e94e0161 /Meta/CMake | |
parent | f471ecdbe94d21cc291f1986c2dae63254c09382 (diff) | |
download | serenity-287d43f4be45871495aa4ea771f417c32c1f3786.zip |
LibUnicode: Hard-code an alias from the Gregorian calendar to Gregory
This alias exists because the name "Gregorian" is too long to be used in
a locale identifier, i.e. "en-u-ca-gregorian" is invalid. Aliases for
calendars are defined here:
https://github.com/unicode-org/cldr-json/blob/main/cldr-json/cldr-bcp47/bcp47/calendar.json
However, CLDR version 40 neglected to actually include the cldr-bcp47
package in its release, so we don't have access to this data. So for now
hard-code this alias so that JavaScript can actually access it. See:
https://unicode-org.atlassian.net/browse/CLDR-15158
Diffstat (limited to 'Meta/CMake')
0 files changed, 0 insertions, 0 deletions