From ff2b728a006def36dc8cd7d76d91f6e516d629bc Mon Sep 17 00:00:00 2001 From: Rafal Luzynski Date: Tue, 5 Jan 2016 03:06:25 +0100 Subject: [PATCH 10/13] uk_UA: Add alternative month names (bug 10871). Basic month names are genitive now, alternative month names are nominative. The alternative digits hack is no longer needed and has been removed. [BZ #10871] * localedata/locales/uk_UA: alternative digits removed, alternative month names used instead. 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 37f4011..98e626e 100644 --- a/localedata/locales/uk_UA +++ b/localedata/locales/uk_UA @@ -847,8 +847,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` / @@ -862,16 +862,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 ""; % digits are starting from zero / +% A list of month names in genitive form, for full date format, with day. (%B) +mon / ""; % sichnya / ""; % lyutoho / ""; % bereznya / @@ -886,7 +878,7 @@ alt_digits ""; % digits are starting from zero / "" % hrudnya % Appropriate date representation for date(1). -date_fmt "" +date_fmt "" % The appropriate date and time format. (%c) d_t_fmt "" -- 2.7.4