Releases: alabamenhu/Intl-CLDR
Releases · alabamenhu/Intl-CLDR
Zoom zoom
P&R CiC 2020 edition
A number of updates in preparation for the Perl and Raku Conference in the Cloud (2020).
Some test files were disabled because of an odd argument passing issue when tests were run by zef despite passing when run on their own. They will return in a future version once the issue has been detected and resolved.
Quickfix
Some modules could present problem if passing a LanguageTag
to the plurals subs and using Intl::LanguageTag
, because it used Intl::BCP47
(the old name). Same module, but Raku was treating them as distinct entities.
Version 0.4.1
Several new additions since v3.0.
- Single repository for all data in
Intl::CLDR
. The eventual goal of this is to haveIntl::CLDR
be purely a repository for data, and raise, e.g.,Intl::CLDR::Numbers
toIntl::Numbers
in a separate module. That will happen sometime before the v1.0 release. - DateTime formatting, although it is not entirely finished pending coverage of certain functions like time period (morning, etc) and non-Gregorian calendars.
- Gender grouping, for determing the gender to use for groups of people.
- <local-number> token. This is the first of a number of tokens designed to be used when creating grammars.
Version 0.3
First formal release. Includes support for Lists, Plurals, and Number (non-currency) formatting.