[Bugs] #2944 Clock UNSP: Clock always uses American format

Sugar Labs Bugs bugtracker-noreply at sugarlabs.org
Fri May 4 13:51:27 EDT 2012


#2944: Clock always uses American format
------------------------------------------+---------------------------------
    Reporter:  dsd                        |          Owner:  garycmartin                
        Type:  defect                     |         Status:  new                        
    Priority:  Unspecified by Maintainer  |      Milestone:  Unspecified by Release Team
   Component:  Clock                      |        Version:  Unspecified                
    Severity:  Unspecified                |       Keywords:  patch                      
Distribution:  Unspecified                |   Status_field:  Unconfirmed                
------------------------------------------+---------------------------------

Comment(by cjl):

 Replying to [comment:6 humitos]:
 > I've just tested it on XO 1.75 os8 with Spanish (Argentina) and I see:
 > {{{
 > viernes, 05/04/2012
 > }}}
 >
 > and it should show:
 > {{{
 > Viernes, 04/05/2012
 > }}}

 I think the es_AR glibc locale needs to be investigated as a possible
 source of this error type (assuming we are using it's data).

 Specifically, the lower case v for "viernes" is defined in the es_AR glibc
 locale (line 97).

 http://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/locales/es_AR;h=c757638f7f127933431067409ab18214431a1938;hb=refs/heads/release/2.14/master#l97

   97         "<U0076><U0069><U0065><U0072><U006E><U0065><U0073>";/

 To change this to an uppercased "Viernes", a bug (and patch) will need to
 be filed on the es_AR locale against product "glibc" and component
 "localedata" at http://sourceware.org/bugzilla/

 changing the initial <U0076> 'v" to "<U0056> "V" as well as correcting all
 other day names in the LC_TIME day section similarly.

-- 
Ticket URL: <http://bugs.sugarlabs.org/ticket/2944#comment:8>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list