[Bug localedata/22937] Greek (el_GR, el_CY) locales actually need ab_alt_mon

cvs-commit at gcc dot gnu.org sourceware-bugzilla@sourceware.org
Fri Mar 16 23:04:00 GMT 2018


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

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, release/2.27/master has been updated
       via  3b922526415d1af93fe5a0e3caf7e6a790cb1619 (commit)
       via  5d679b8bd77cb6c9d9a38765cd6983650d4e0c2c (commit)
       via  95c8ffa521d0aec14197aafef0d2136732f8118d (commit)
       via  207e51524bb6b8c3a65f15cdb83ba69c37c626a6 (commit)
       via  19be35a25036279770b235f4305e2276349ceb30 (commit)
      from  b63daad97ec1a9adccf028cfdebedff2b3660097 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3b922526415d1af93fe5a0e3caf7e6a790cb1619

commit 3b922526415d1af93fe5a0e3caf7e6a790cb1619
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Thu Mar 15 03:29:07 2018 +0100

    NEWS: Add entries for bugs: 22848, 22932, 22937, 22963.

    Alternative (nominative/genitive) month names have been added to the
    Catalan and Czech locale data and the abbreviated alternative names to
    Catalan and Greek.

    (cherry picked from commit c553cd6f7e939ae4ef62b52b3c55fbe76dddecee)

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

commit 5d679b8bd77cb6c9d9a38765cd6983650d4e0c2c
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Mon Oct 17 22:06:11 2016 +0200

    cs_CZ locale: Add alternative month names (bug 22963).

    Add alternative month names, primary month names are genitive now.

        [BZ #22963]
        * localedata/locales/cs_CZ (mon): Rename to...
        (alt_mon): This.
        (mon): Import from CLDR (genitive case).

    Reviewed-by: Carlos O'Donell <carlos@redhat.com>
    (cherry picked from commit 807fee29d2c967e24e3fe05e2182ba53e96e9178)

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

commit 95c8ffa521d0aec14197aafef0d2136732f8118d
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Thu Mar 8 00:45:04 2018 +0100

    Greek (el_CY, el_GR) locales: Introduce ab_alt_mon (bug 22937).

    As spotted by GNOME translation team, Greek language has the actually
    visible difference between the abbreviated nominative and the abbreviated
    genitive case for some month names.  Examples:

    May:

    abbreviated nominative: "Μάι" -> abbreviated genitive: "Μαΐ"

    July:

    abbreviated nominative: "Ιούν" -> abbreviated genitive: "Ιουλ"

    and more month names with similar differences.

    Original discussion: https://bugzilla.gnome.org/show_bug.cgi?id=793645#c21

        [BZ #22937]
        * localedata/locales/el_CY (abmon): Rename to...
        (ab_alt_mon): This.
        (abmon): Import from CLDR (abbreviated genitive case).
        * localedata/locales/el_GR (abmon): Rename to...
        (ab_alt_mon): This.
        (abmon): Import from CLDR (abbreviated genitive case).

    Reviewed-by: Carlos O'Donell <carlos@redhat.com>
    (cherry picked from commit e7155a28ef61f240da156e1cea410b61afca14ad)

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

commit 207e51524bb6b8c3a65f15cdb83ba69c37c626a6
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Thu Mar 8 00:38:18 2018 +0100

    lt_LT locale: Update abbreviated month names (bug 22932).

    A GNOME translator asked to use the same abbreviated month names
    as provided by CLDR.  This sounds reasonable.  See the discussion:
    https://bugzilla.gnome.org/show_bug.cgi?id=793645#c27

        [BZ #22932]
        * localedata/locales/lt_LT (abmon): Synchronize with CLDR.

    Reviewed-by: Carlos O'Donell <carlos@redhat.com>
    (cherry picked from commit 71d7b121686f6d91cd5a630dcfb72197b5d8284a)

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

commit 19be35a25036279770b235f4305e2276349ceb30
Author: Robert Buj <robert.buj@gmail.com>
Date:   Tue Mar 6 22:51:29 2018 +0100

    ca_ES locale: Update LC_TIME (bug 22848).

    Add/fix alternative month names, long & short formats, am_pm,
    abday settings, and improve indentation for Catalan.

        [BZ #22848]
        * localedata/locales/ca_ES (abmon): Rename to...
        (ab_alt_mon): This, then synchronize with CLDR (nominative case).
        (mon): Rename to...
        (alt_mon): This.
        (abmon): Import from CLDR (genitive case, month names preceded by
        "de" or "d’").
        (mon): Likewise.
        (abday): Synchronize with CLDR.
        (d_t_fmt): Likewise.
        (d_fmt): Likewise.
        (am_pm): Likewise.

        (LC_TIME): Improve indentation.
        (LC_TELEPHONE): Likewise.
        (LC_NAME): Likewise.
        (LC_ADDRESS): Likewise.

    Reviewed-by: Carlos O'Donell <carlos@redhat.com>
    (cherry picked from commit a00bffe8b531693d3b26c1e87afe4b9eac84474c)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |   42 +++++++++++++++++
 NEWS                     |   10 ++++
 localedata/locales/ca_ES |  111 +++++++++++++++++++++++++++++----------------
 localedata/locales/cs_CZ |   15 ++++++-
 localedata/locales/el_CY |    8 +++-
 localedata/locales/el_GR |    8 +++-
 localedata/locales/lt_LT |   12 +++---
 7 files changed, 157 insertions(+), 49 deletions(-)

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


More information about the Libc-locales mailing list