From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4519 invoked by alias); 15 Mar 2018 11:21:35 -0000 Mailing-List: contact libc-stable-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: List-Archive: Sender: libc-stable-owner@sourceware.org Received: (qmail 4015 invoked by uid 89); 15 Mar 2018 11:21:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.4 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.5 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=rugs, Spa, lap, Lap X-Spam-Status: No, score=-24.5 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: ano163.rev.netart.pl Received: from ano163.rev.netart.pl (HELO ano163.rev.netart.pl) (85.128.223.163) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 15 Mar 2018 11:21:28 +0000 X-Virus-Scanned: by amavisd-new using ClamAV (14) X-Spam-Flag: NO X-Spam-Score: 0 Received: from poczta.nazwa.pl (ox5.netart.com.pl [10.252.0.15]) by id16c608407a.nazwa.pl (Postfix) with ESMTP id EFAF43FD98C for ; Thu, 15 Mar 2018 12:21:25 +0100 (CET) Date: Mon, 01 Jan 2018 00:00:00 -0000 From: Rafal Luzynski Reply-To: Rafal Luzynski To: libc-stable@sourceware.org Message-ID: <1591256982.23465.1521112885507@poczta.nazwa.pl> In-Reply-To: <536621993.23233.1521112750946@poczta.nazwa.pl> References: <536621993.23233.1521112750946@poczta.nazwa.pl> Subject: [PATCH 2/5] lt_LT locale: Update abbreviated month names (bug 22932). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Priority: 3 Importance: Medium X-Mailer: Open-Xchange Mailer v7.8.4-Rev22 X-Originating-Client: com.openexchange.ox.gui.dhtml X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00014.txt.bz2 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. (cherry picked from commit 71d7b121686f6d91cd5a630dcfb72197b5d8284a) --- ChangeLog | 5 +++++ localedata/locales/lt_LT | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d43c8d..3464dff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-03-15 Rafal Luzynski + + [BZ #22932] + * localedata/locales/lt_LT (abmon): Synchronize with CLDR. + 2018-03-15 Robert Buj [BZ #22848] diff --git a/localedata/locales/lt_LT b/localedata/locales/lt_LT index c935fcf..bec6772 100644 --- a/localedata/locales/lt_LT +++ b/localedata/locales/lt_LT @@ -201,12 +201,12 @@ day "Sekmadienis";/ "Ketvirtadienis";/ "Penktadienis";/ "etadienis" -abmon "Sau";"Vas";/ - "Kov";"Bal";/ - "Geg";"Bir";/ - "Lie";"Rgp";/ - "Rgs";"Spa";/ - "Lap";"Grd" +abmon "saus.";"vas.";/ + "kov.";"bal.";/ + "geg.";"bir.";/ + "liep.";"rugp.";/ + "rugs.";"spal.";/ + "lapkr.";"gruod." alt_mon "sausis";/ "vasaris";/ "kovas";/ -- 2.7.5