This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/22963] cs_CZ: Add alternative month names


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

--- Comment #2 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, master has been updated
       via  807fee29d2c967e24e3fe05e2182ba53e96e9178 (commit)
       via  e7155a28ef61f240da156e1cea410b61afca14ad (commit)
       via  71d7b121686f6d91cd5a630dcfb72197b5d8284a (commit)
       via  a00bffe8b531693d3b26c1e87afe4b9eac84474c (commit)
      from  bdc3009b8ff0effdbbfb05eb6b10966753cbf9b8 (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=807fee29d2c967e24e3fe05e2182ba53e96e9178

commit 807fee29d2c967e24e3fe05e2182ba53e96e9178
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).

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

commit e7155a28ef61f240da156e1cea410b61afca14ad
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).

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

commit 71d7b121686f6d91cd5a630dcfb72197b5d8284a
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.

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

commit a00bffe8b531693d3b26c1e87afe4b9eac84474c
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.

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

Summary of changes:
 ChangeLog                |   42 +++++++++++++++++
 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 +++---
 6 files changed, 147 insertions(+), 49 deletions(-)

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]