public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/24013] New: am_pm definitions for es_ES
@ 2018-12-20 14:46 sergi at koolpi dot com
  2024-01-02 20:31 ` [Bug localedata/24013] " cvs-commit at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: sergi at koolpi dot com @ 2018-12-20 14:46 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=24013

            Bug ID: 24013
           Summary: am_pm definitions for es_ES
           Product: glibc
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: sergi at koolpi dot com
                CC: libc-locales at sourceware dot org
  Target Milestone: ---

Created attachment 11479
  --> https://sourceware.org/bugzilla/attachment.cgi?id=11479&action=edit
patch_v1

In Spain "a. m." and "p. m." are used for AM/PM abreviations. Here are some
evidences:

The Spanish real academy: 

http://lema.rae.es/dpd/srv/search?id=YNoTWNJnAD6bhhVBf9

In the wikipedia page that explains the 12hours system clearly shows that it
whould be used:

https://es.wikipedia.org/wiki/Sistema_horario_de_12_horas

and also:

http://hispanoteca.eu/gram%C3%A1ticas/Gram%C3%A1tica%20espa%C3%B1ola/Ortograf%C3%ADa-%20RAE%202010-Hora%20y%20fecha.htm

I've attached a patch that fixes it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/24013] am_pm definitions for es_ES
  2018-12-20 14:46 [Bug localedata/24013] New: am_pm definitions for es_ES sergi at koolpi dot com
@ 2024-01-02 20:31 ` cvs-commit at gcc dot gnu.org
  2024-01-02 20:37 ` maiku.fabian at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-01-02 20:31 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=24013

--- Comment #1 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Mike Fabian <mfabian@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e3e98b0327ff43901bb96ef7f3ff81fd7c5c93cf

commit e3e98b0327ff43901bb96ef7f3ff81fd7c5c93cf
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Tue Jan 2 17:26:20 2024 +0100

    localedata: es_ES: Add am_pm strings

    Resolves: BZ # 24013

    Use <U202F> instead of a plain space because CLDR also uses that.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/24013] am_pm definitions for es_ES
  2018-12-20 14:46 [Bug localedata/24013] New: am_pm definitions for es_ES sergi at koolpi dot com
  2024-01-02 20:31 ` [Bug localedata/24013] " cvs-commit at gcc dot gnu.org
@ 2024-01-02 20:37 ` maiku.fabian at gmail dot com
  2024-01-02 20:38 ` maiku.fabian at gmail dot com
  2024-01-02 20:38 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-01-02 20:37 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=24013

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maiku.fabian at gmail dot com
           Assignee|unassigned at sourceware dot org   |maiku.fabian at gmail dot com

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/24013] am_pm definitions for es_ES
  2018-12-20 14:46 [Bug localedata/24013] New: am_pm definitions for es_ES sergi at koolpi dot com
  2024-01-02 20:31 ` [Bug localedata/24013] " cvs-commit at gcc dot gnu.org
  2024-01-02 20:37 ` maiku.fabian at gmail dot com
@ 2024-01-02 20:38 ` maiku.fabian at gmail dot com
  2024-01-02 20:38 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-01-02 20:38 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=24013

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.39

--- Comment #2 from Mike FABIAN <maiku.fabian at gmail dot com> ---
Fixed in glb

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug localedata/24013] am_pm definitions for es_ES
  2018-12-20 14:46 [Bug localedata/24013] New: am_pm definitions for es_ES sergi at koolpi dot com
                   ` (2 preceding siblings ...)
  2024-01-02 20:38 ` maiku.fabian at gmail dot com
@ 2024-01-02 20:38 ` maiku.fabian at gmail dot com
  3 siblings, 0 replies; 5+ messages in thread
From: maiku.fabian at gmail dot com @ 2024-01-02 20:38 UTC (permalink / raw)
  To: libc-locales

https://sourceware.org/bugzilla/show_bug.cgi?id=24013

Mike FABIAN <maiku.fabian at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #3 from Mike FABIAN <maiku.fabian at gmail dot com> ---
Fixed in glibc master branch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-02 20:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-20 14:46 [Bug localedata/24013] New: am_pm definitions for es_ES sergi at koolpi dot com
2024-01-02 20:31 ` [Bug localedata/24013] " cvs-commit at gcc dot gnu.org
2024-01-02 20:37 ` maiku.fabian at gmail dot com
2024-01-02 20:38 ` maiku.fabian at gmail dot com
2024-01-02 20:38 ` maiku.fabian at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).