how to localize the Zend_Date
when i wrote
Zend_Debug::dump(Zend_Locale::getTranslationList('type', 'en_US'));
i got long array some of its elements
.
.
["hebrew"] => string(15) "Hebrew Calendar"
["indian"] => string(24) "Indian National Calendar"
["islamic"] => string(16) "Islamic Calendar"
["islamic-civil"] => string(22) "Islamic-Civil Calendar"
["japanese"] => string(17) "Japanese Calendar"
.
.
so i think Islamic Calendar , Hebrew Calendar is supported how to reach this features?
also it is commented in this page http://framework.zend.com/issues/browse/ZF-4291