From patchwork Thu Jan 25 00:10:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 25506 Received: (qmail 43060 invoked by alias); 25 Jan 2018 00:10:17 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 43033 invoked by uid 89); 25 Jan 2018 00:10:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-23.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY autolearn=ham version=3.3.2 spammy=lys, month, day X-HELO: aev204.rev.netart.pl X-Spam-Score: 5 Date: Thu, 25 Jan 2018 01:10:12 +0100 (CET) From: Rafal Luzynski Reply-To: Rafal Luzynski To: libc-alpha@sourceware.org Message-ID: <2032723806.499694.1516839012513@poczta.nazwa.pl> In-Reply-To: <1782785551.499687.1516838848867@poczta.nazwa.pl> References: <1782785551.499687.1516838848867@poczta.nazwa.pl> Subject: [PATCH 1/1] uk_UA: Add alternative month names (bug 10871). MIME-Version: 1.0 X-Originating-Client: com.openexchange.ox.gui.dhtml Primary month names are in a genitive case now, alternative month names are in a nominative case. The alternative digits hack is no longer needed and has been removed. [BZ #10871] * localedata/locales/uk_UA (mon): Renamed to... (alt_mon): This. (alt_digits): "0" removed and then renamed to... (mon): This. (date_fmt): Definition changed not to use the alternative digits hack. --- localedata/locales/uk_UA | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/localedata/locales/uk_UA b/localedata/locales/uk_UA index 685ee01..207931b 100644 --- a/localedata/locales/uk_UA +++ b/localedata/locales/uk_UA @@ -842,8 +842,8 @@ abmon / ""; %lys / "" %hru -% A list of month names in proper form for calendar, see alt_digits. (%B) -mon / +% A list of month names in proper form for calendar, see mon. (%OB) +alt_mon / ""; %sichen` / ""; %lyutyj / ""; %berezen` / @@ -857,16 +857,8 @@ mon / ""; %lystopad / "" %hruden` -% Initially alt_digits was supposed to hold alternative symbols for _digits_, -% corresponding to %O modified conversion specification. -% Although in Ukrainian language alternate _names_ are used instead of digits. -% We'll use this keyword to present a list of month names in proper form for -% date, see mon. (%Om) -% -% This hack is dedicated for months it won't work for other %O* modifiers -% (weeks, days etc). -% -alt_digits "0"; % digits are starting from zero / +% A list of month names in genitive form, for full date format, with day. (%B) +mon / ""; % sichnya / ""; % lyutoho / ""; % bereznya / @@ -881,7 +873,7 @@ alt_digits "0"; % digits are starting from zero / "" % hrudnya % Appropriate date representation for date(1). -date_fmt "%A, %-d %Om %Y %X %z" +date_fmt "%A, %-d %B %Y %X %z" % The appropriate date and time format. (%c) d_t_fmt "%a, %d-%b-%Y %X %z"