raku-community-modules / Lingua-Number

Write cardinal and ordinal numbers with words in over 50 languages in Raku
Artistic License 2.0
8 stars 7 forks source link

Does not produce correct results in v2021.03. #7

Open antononcube opened 3 years ago

antononcube commented 3 years ago

This package does not produce correct results in Raku version 2021.03.

For example:

‌‌say cardinal(1234, 'bg');
# Invalid ruleset spellout-cardinal for language bg.
# ...

‌‌say cardinal(1234, 'en'); 
# thousand

say ordinal(1234, 'en');
#  thousand
‌‌
say ordinal(1234);
#  thousand
labster commented 3 years ago

Not surprising, in general this module has been broken since Christmas. I suppose I can take a look at it now as a funemployment project.

lizmat commented 2 months ago

Now living as a Raku Community Module, awaiting someone to fix the breakage that apparently happened during the GLR