From patchwork Tue Oct 1 20:34:58 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 34784 Received: (qmail 74830 invoked by alias); 1 Oct 2019 20:35:25 -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 74822 invoked by uid 89); 1 Oct 2019 20:35:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.5 required=5.0 tests=AC_HTML_NONSENSE_TAGS, AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS, WEIRD_QUOTING autolearn=ham version=3.3.1 spammy=digitalfreaklingonboroughcom, H*i:sk:1668126, ru_RU, ru_ru X-HELO: shared-ano163.rev.nazwa.pl DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=lingonborough.com; s=1568761524.internal; t=1569962121; bh=u64NuvlDSDz1y6+UEsgfjQuEulHa3dgiWA82DlmmE8g=; h=Date:From:To:Cc:In-Reply-To:References:Subject; b=KSpBWAaraDdrWiLFxjus0x/69E7aTc6DaYCljVxFtnG0uAfmuYXQR+/xSsQeWouVa FMIfeeyHrAsknGDXoMDL8eHF/YTKXxcWodVUOLjphg1bStGoUbWQoZKzGgKmxPxxxR BWcG3vZd0lRQiN7QRwkiskOVvEsc8GbRSA2wWNj7wEm1gL0wDl8DyFkbbV+puTGluI iS4cv0o9l7Kjctf/gWW5otlJeTqi+iUp7/NTWivj9Oa2OVqK9fPTcuOTbrzd81PyX3 9+xMPjRikkEL77XTkq/5MWIpg57xWC5YtpHjoha7uJA5ZRCAmQSoVOJWS4lRzjb3s5 5A8RTJIzhEg8Q== X-Spam-Score: 1 Date: Tue, 1 Oct 2019 22:34:58 +0200 (CEST) From: Rafal Luzynski To: libc-alpha@sourceware.org Cc: Mikhail Gribanov , Keld Simonsen Message-ID: <928030198.858619.1569962098113@poczta.nazwa.pl> In-Reply-To: <1668126095.858583.1569961824450@poczta.nazwa.pl> References: <1668126095.858583.1569961824450@poczta.nazwa.pl> Subject: [PATCH 1/1] ru_UA locale: use copy "ru_RU" in LC_TIME (bug 25044) MIME-Version: 1.0 From: =?UTF-8?q?Rafa=C5=82=20Lu=C5=BCy=C5=84ski?= Date: Tue, 1 Oct 2019 22:11:47 +0200 Subject: [PATCH] ru_UA locale: use copy "ru_RU" in LC_TIME (bug 25044) Replacing incorrect abbreviated weekday names "Пнд", "Вто", "Срд"... with correct ones "Пн", "Вт", "Ср"... makes 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. [BZ #25044] * localedata/locales/ru_UA (LC_TIME): Replace with “copy "ru_RU"”. --- localedata/locales/ru_UA | 70 +--------------------------------------- 1 file changed, 1 insertion(+), 69 deletions(-) LC_PAPER diff --git a/localedata/locales/ru_UA b/localedata/locales/ru_UA index 381370cb05..fa1eb5b999 100644 --- a/localedata/locales/ru_UA +++ b/localedata/locales/ru_UA @@ -83,75 +83,7 @@ grouping 3;3 END LC_NUMERIC LC_TIME -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -abday "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -alt_mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -ab_alt_mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -d_t_fmt "%a %d %b %Y %T" -d_fmt "%d.%m.%Y" -t_fmt "%T" -am_pm "";"" -t_fmt_ampm "" -week 7;19971130;1 -first_weekday 2 +copy "ru_RU" END LC_TIME