ZF-8609: Zend_Date::MONTH_NAME_SHORT is longer than 3 digits for locale fr
Description
The documentation for Zend_Locale describes Zend_Date::MONTH_NAME_SHORT constant as "Month (Name of the month, localized, abbreviated, three digit) " but in locale "fr" the months are 3 to 5 digits long.
This is a bug either in the documentation or in the locale date.
Comments
Posted by Thomas Weidner (thomas) on 2009-12-22T14:17:18.000+0000
Note that MONTH_NAME_SHORT is a localized format. It is not manually created but fixed.
Some locales have 2 letters, others 5. For the english manual and the english language the 3 letters are correct.
Posted by Jean-Marc Fontaine (jmf) on 2009-12-23T00:36:09.000+0000
I understand but there are many more languages than english. ;)
I think that a note saying that should be added in the documentation to clarify things.
Posted by Mickael Perraud (mikaelkael) on 2009-12-23T00:45:39.000+0000
I didn't understand that I have also this value to translate :(
I think that the manual (English or not) should integrate all possibilities.
Posted by Thomas Weidner (thomas) on 2010-01-11T12:42:50.000+0000
Fixed with r20206