From patchwork Mon Oct 30 12:09:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 23961 Received: (qmail 39073 invoked by alias); 30 Oct 2017 12:09:32 -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 39063 invoked by uid 89); 30 Oct 2017 12:09:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=AC_HTML_NONSENSE_TAGS, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD, SPF_HELO_PASS, WEIRD_QUOTING autolearn=ham version=3.3.2 spammy=20march, 20March, 20in, 20for X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 4F5575F15E Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=mfabian@redhat.com From: Mike FABIAN To: GNU C Library Subject: [committed, PATCH] csb_PL locale: Fix =?utf-8?B?4oCcYWJtb27igJ0=?= for March and use a better translation for March in =?utf-8?B?4oCcbW9u?= =?utf-8?B?4oCd?= [BZ #19485] Date: Mon, 30 Oct 2017 13:09:25 +0100 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 [BZ #19485] * localedata/locales/csb_PL (LC_TIME): Fix “abmon” for March and use a better translation for March in “mon”. * localedata/locales/csb_PL: Use more ASCII to improve the readability of the source. From fbcecc08c948a719c79ebd8a545e89670fe19faf Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Mon, 30 Oct 2017 12:48:43 +0100 Subject: [PATCH] =?UTF-8?q?csb=5FPL=20locale:=20Fix=20=E2=80=9Cabmon?= =?UTF-8?q?=E2=80=9D=20for=20March=20and=20use=20a=20better=20translation?= =?UTF-8?q?=20for=20March=20in=20=E2=80=9Cmon=E2=80=9D=20[BZ=20#19485]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [BZ #19485] * localedata/locales/csb_PL (LC_TIME): Fix “abmon” for March and use a better translation for March in “mon”. * localedata/locales/csb_PL: Use more ASCII to improve the readability of the source. --- ChangeLog | 8 ++++++++ localedata/locales/csb_PL | 31 ++++++++++++------------------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d5d5f2760..87851c13c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2017-10-30 Michal Ostrowski + + [BZ #19485] + * localedata/locales/csb_PL (LC_TIME): Fix “abmon” for March + and use a better translation for March in “mon”. + * localedata/locales/csb_PL: Use more ASCII to improve the + readability of the source. + 2017-10-30 Mike FABIAN [BZ #13953] diff --git a/localedata/locales/csb_PL b/localedata/locales/csb_PL index 362ffd3674..76fdf07b59 100644 --- a/localedata/locales/csb_PL +++ b/localedata/locales/csb_PL @@ -159,14 +159,14 @@ day "";/ "";/ "" abmon ""; "";/ - ""; "";/ + ""; "";/ ""; "";/ ""; "";/ ""; "";/ ""; "" mon "";/ "";/ - "";/ + "";/ "";/ "";/ "";/ @@ -176,9 +176,9 @@ mon "";/ "";/ "";/ "" -d_t_fmt "" -d_fmt "" -t_fmt "" +d_t_fmt "%a %d %b %Y %T %Z" +d_fmt "%Y-%m-%d" +t_fmt "%T" am_pm "";"" t_fmt_ampm "" week 7;19971130;4 @@ -202,20 +202,13 @@ copy "pl_PL" END LC_NAME LC_ADDRESS -postal_fmt "/ -/ -/ -/ -" -country_ab2 "" -country_ab3 "" +postal_fmt "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N" +country_ab2 "PL" +country_ab3 "POL" country_num 616 -% PL -country_car "" +country_car "PL" % kaszëbsczi jãzëk -lang_name "" -% csb -lang_term "" -% csb -lang_lib "" +lang_name "kaszbsczi jzk" +lang_term "csb" +lang_lib "csb" END LC_ADDRESS -- 2.14.3