ZF-12011: Zend_Date it_IT locale for Zend_Date::MONTH_NAME is not correct
Description
If i do: $a=new Zend_Date();
and: $a->get(Zend_Date::MONTH_NAME,'en_US');
I get "January" which is as described inside ZF documentazione (capital first)
If I do: $a->get(Zend_Date::MONTH_NAME,'it_IT')
I get "gennaio" which is wrong, I should get "Gennaio"
Comments
Posted by Adam Lundrigan (adamlundrigan) on 2012-02-26T04:28:37.000+0000
@Thomas, @CR Team: This information comes from CLDR, correct?
Not sure if it applies in this case, but Wiktionary uses lowercase month names for Italian: http://meta.wikimedia.org/wiki/… Though my web search turned up nothing else besides an About.com page to back that up.