Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.8.0
-
Fix Version/s: 1.8.1
-
Component/s: Zend_Locale
-
Labels:None
-
Tags:
Description
in Zend/Locale/Data/it.xml at line 1025 there's the following list:
<monthWidth type="wide">
<month type="1">Gennaio</month>
<month type="2">Febbraio</month>
<month type="3">Marzo</month>
<month type="4">Aprile</month>
<month type="5">Maggio</month>
<month type="6">Giugno</month>
<month type="7">Luglio</month>
</monthWidth>
so the remaining months are missing, there should be:
<monthWidth type="wide">
<month type="1">Gennaio</month>
<month type="2">Febbraio</month>
<month type="3">Marzo</month>
<month type="4">Aprile</month>
<month type="5">Maggio</month>
<month type="6">Giugno</month>
<month type="7">Luglio</month>
<month type="8">Agosto</month>
<month type="9">Settembre</month>
<month type="10">Ottobre</month>
<month type="11">Novembre</month>
<month type="12">Dicembre</month>
</monthWidth>
I also noticed that on line 1002 month "Luglio" is capital letter while the others are small