Zend Framework

the Italian months stand-alone wide list is incomplete

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Won't Fix
  • Affects Version/s: 1.8.0
  • Fix Version/s: 1.8.1
  • Component/s: Zend_Locale
  • Labels:
    None

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>

Activity

Hide
Eugenio Bonifacio added a comment -

I also noticed that on line 1002 month "Luglio" is capital letter while the others are small

Show
Eugenio Bonifacio added a comment - I also noticed that on line 1002 month "Luglio" is capital letter while the others are small
Hide
Thomas Weidner added a comment -

Please note that all CLDR data comes from Unicode.
We are not allowed to deliver changed data.

When there is something wrong with CLDR please fill in a issue at unicode.
http://www.unicode.org/cldr

Show
Thomas Weidner added a comment - Please note that all CLDR data comes from Unicode. We are not allowed to deliver changed data. When there is something wrong with CLDR please fill in a issue at unicode. http://www.unicode.org/cldr

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: