From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1255 invoked by alias); 24 Mar 2016 11:23: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 122545 invoked by uid 48); 24 Mar 2016 11:21:00 -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: Thu, 24 Mar 2016 11:23: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: critical 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: 2016-q1/txt/msg00237.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D10871 Rafal Luzynski changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8877|0 |1 is obsolete| | --- Comment #47 from Rafal Luzynski = --- Created attachment 9124 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D9124&action=3Dedit Proposed solution: implement the %OB format specifier As pointed out in comment 39 implementing %OB format specifier is more corr= ect solution than implementing a smart algorithm trying to guess if we are in t= he full date context or standalone. %B retrieves the default month name which = is genitive from now (this is the change!) in those languages which need a genitive. %OB retrieves the alternative month name which is nominative in t= hose languages which need it (this is the change because previously the default month name was nominative), also it returns the same as %B for those langua= ges which do not need this feature or do not yet provide the updated locale. Th= is means that %B does not have to be changed in most cases but in some cases it *must* be changed to %OB. --=20 You are receiving this mail because: You are the assignee for the bug.