6.3.90.900
CLDR Dates for Modern Locales
CLDR is the Common Locale Data Repository, a database of localization information published by the Unicode Consortium.
The CLDR Dates-Modern library is a Racket interface to the cldr-dates-modern JSON distribution published by the Unicode Consortium.
See CLDR Core for more information.
(require cldr/dates-modern) | package: cldr-dates-modern |
procedure
(ca-generic locale) → jsexpr?
locale : string?
Returns raw data from ca-generic.json for the given locale.
procedure
(ca-gregorian locale) → jsexpr?
locale : string?
Returns raw data from ca-gregorian.json for the given locale.
procedure
(date-fields locale) → jsexpr?
locale : string?
Returns raw data from dateFields.json for the given locale.
procedure
(time-zone-names locale) → jsexpr?
locale : string?
Returns raw data from timeZoneNames.json for the given locale.