From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16876 invoked by alias); 20 Mar 2017 08:48:57 -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 14987 invoked by uid 48); 20 Mar 2017 08:47:56 -0000 From: "digitalfreak at lingonborough dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/10871] ru_RU: 'mon' array should contain both nominative and genitive cases Date: Mon, 20 Mar 2017 08:48:00 -0000 X-Bugzilla-Reason: AssignedTo 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: enhancement X-Bugzilla-Who: digitalfreak at lingonborough dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: libc-locales at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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: 2017-q1/txt/msg00052.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D10871 Rafal Luzynski changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9709|0 |1 is obsolete| | --- Comment #83 from Rafal Luzynski = --- Created attachment 9908 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D9908&action=3Dedit Proposed solution: support alternative month names (version 6) Here is the new set of patches. Differences between the patch from comment 70 and this one: - alt_mon section in locale data source made optional again, like in comment the data will be generated while compiling to binary; - comments reworded not to suggest that alt_mon is standalone (nominative) = and mon is for formatting full date (genitive), this will be decided later; - ALTMON_x macros defined only if __USE_GNU is defined; for now they are treated as GNU-only extension. --=20 You are receiving this mail because: You are the assignee for the bug.