Subject: | q CLDR pattern |
Hi,
one more potential bug that I have found during DateTime::Format::CLDR
testing; The q{1,2}, qqq and qqqq patterns don't work at all.
say DateTime->today->set_locale("en_US")->format_cldr("dd.mm.yyy qqqq")
I would expect something like
'01.03.2009 1st quarter'
but instead I got
'01.03.2009 qqqq'
Cheers
Maroš