From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 39268 invoked by alias); 30 Dec 2019 10:51:50 -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 39237 invoked by uid 55); 30 Dec 2019 10:51:46 -0000 From: "cvs-commit at gcc dot gnu.org" To: libc-locales@sourceware.org Subject: [Bug localedata/25324] lv_LV: d_t_fmt contains suspicious words in the time part Date: Mon, 30 Dec 2019 10:51: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.31 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: 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: 2019-q4/txt/msg00109.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25324 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Rafal Luzynski : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3Dd99b500e3da713416ee= 8bff8f3f9799411c811a2 commit d99b500e3da713416ee8bff8f3f9799411c811a2 Author: Rafa=C5=82 Lu=C5=BCy=C5=84ski Date: Mon Dec 30 11:42:46 2019 +0100 lv_LV locale: Correct the time part of d_t_fmt (bug 25324) Currently d_t_fmt formats time as "plkst. %H un %M". A quick Google search says that "plkst." means "o=E2=80=99clock" and "un" means "and". Also this format does not display seconds. CLDR does not mention anything like that. We have no reason to use anything different than "%H:%M:%S". --=20 You are receiving this mail because: You are on the CC list for the bug.