From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65514 invoked by alias); 26 Nov 2019 11:02:12 -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 64886 invoked by uid 55); 26 Nov 2019 11:02:07 -0000 From: "cvs-commit at gcc dot gnu.org" To: libc-locales@sourceware.org Subject: [Bug localedata/25044] Incorrect days of the week abbreviation (abday) in ru_UA locale Date: Tue, 26 Nov 2019 11:02: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: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- 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: 2019-q4/txt/msg00084.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25044 --- 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=3Dc372d2e863075cbc4b2= 4141743026954b6e2457e commit c372d2e863075cbc4b24141743026954b6e2457e Author: Rafa=C5=82 Lu=C5=BCy=C5=84ski Date: Tue Oct 1 22:11:47 2019 +0200 ru_UA locale: use copy "ru_RU" in LC_TIME (bug 25044) Replacing incorrect abbreviated weekday names "=D0=9F=D0=BD=D0=B4", "= =D0=92=D1=82=D0=BE", "=D0=A1=D1=80=D0=B4"... with correct ones "=D0=9F=D0=BD", "=D0=92=D1=82", "=D0=A1=D1=80"... mak= es the LC_TIME sections in those two locales almost identical. The only remaining difference was that ab_alt_mon elements in ru_UA were lowercase while in ru_RU they had the first letter uppercase, the latter was pointed as a better choice by a native speaker. This commit unifies LC_TIME between ru_RU and ru_UA. --=20 You are receiving this mail because: You are on the CC list for the bug.