From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128761 invoked by alias); 16 Mar 2018 23:04:56 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 128160 invoked by uid 55); 16 Mar 2018 23:04:50 -0000 From: "cvs-commit at gcc dot gnu.org" To: libc-locales@sourceware.org Subject: [Bug localedata/22932] lt_LT: Update of abbreviated month names from CLDR required Date: Fri, 16 Mar 2018 23:04:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.27 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: 2.28 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2018-q1/txt/msg00142.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D22932 --- Comment #4 from 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=3Dglibc.git;h=3D3b922526415d1af93fe= 5a0e3caf7e6a790cb1619 commit 3b922526415d1af93fe5a0e3caf7e6a790cb1619 Author: Rafal Luzynski 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=3Dglibc.git;h=3D5d679b8bd77cb6c9d9a= 38765cd6983650d4e0c2c commit 5d679b8bd77cb6c9d9a38765cd6983650d4e0c2c Author: Rafal Luzynski 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 (cherry picked from commit 807fee29d2c967e24e3fe05e2182ba53e96e9178) https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D95c8ffa521d0aec1419= 7aafef0d2136732f8118d commit 95c8ffa521d0aec14197aafef0d2136732f8118d Author: Rafal Luzynski 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 abbreviat= ed genitive case for some month names. Examples: May: abbreviated nominative: "=CE=9C=CE=AC=CE=B9" -> abbreviated genitive: "= =CE=9C=CE=B1=CE=90" July: abbreviated nominative: "=CE=99=CE=BF=CF=8D=CE=BD" -> abbreviated genit= ive: "=CE=99=CE=BF=CF=85=CE=BB" and more month names with similar differences. Original discussion: https://bugzilla.gnome.org/show_bug.cgi?id=3D79364= 5#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 (cherry picked from commit e7155a28ef61f240da156e1cea410b61afca14ad) https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D207e51524bb6b8c3a65= f15cdb83ba69c37c626a6 commit 207e51524bb6b8c3a65f15cdb83ba69c37c626a6 Author: Rafal Luzynski 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=3D793645#c27 [BZ #22932] * localedata/locales/lt_LT (abmon): Synchronize with CLDR. Reviewed-by: Carlos O'Donell (cherry picked from commit 71d7b121686f6d91cd5a630dcfb72197b5d8284a) https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D19be35a25036279770b= 235f4305e2276349ceb30 commit 19be35a25036279770b235f4305e2276349ceb30 Author: Robert Buj 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=E2=80=99"). (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 (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(-) --=20 You are receiving this mail because: You are on the CC list for the bug.