From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10153 invoked by alias); 8 Mar 2018 00:05:18 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 10136 invoked by uid 89); 8 Mar 2018 00:05:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.7 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=Vas, geg, Bir, bal X-HELO: ano163.rev.netart.pl X-Spam-Score: 0 Date: Thu, 08 Mar 2018 00:05:00 -0000 From: Rafal Luzynski Reply-To: Rafal Luzynski To: libc-alpha@sourceware.org Message-ID: <1700239091.37475.1520467513768@poczta.nazwa.pl> In-Reply-To: <431889103.37456.1520467413534@poczta.nazwa.pl> References: <431889103.37456.1520467413534@poczta.nazwa.pl> Subject: [PATCH 1/2] 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-Originating-Client: com.openexchange.ox.gui.dhtml X-SW-Source: 2018-03/txt/msg00202.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. --- localedata/locales/lt_LT | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/localedata/locales/lt_LT b/localedata/locales/lt_LT index 6497ad7..e9834bd 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