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: 831983 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-86528-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="J6nzbDPP"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yQYFH6kzsz9sRV for ; Mon, 30 Oct 2017 23:09:39 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; q=dns; s=default; b=pd/prA9Ir4iT7ygDkvEC95l4g+6Il fs6giUMz0/xvu4s+JrO/i2zs8dXXozNs4HIysfn3dxl5cL3cbWkCVsOkTTqCkWU4 fJSR9WCGa+nC/4yv90E7ctXvijCAAdjrbqHBqsOoOEvMhyENVwn585FSmhdW0dN0 D3mUO8vvMiFzEU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:mime-version :content-type; s=default; bh=SiEq2+uh+1KV+EmTyABbeXKGQ0Q=; b=J6n zbDPPXzQfvsUh8uyvjNktqfD5aHwrM6wzwQbt0Ct45O9L7BBi6YNa6Oeptx576PC mIK0+ruQfdkhhA5AqAecEvO61X05wDA/5dIGiNhc2dEg4miy4Pbj2LlwBN15n2lD FG/vogIwXFL0GY2CNRCilC9VtiJRxg1S7RYEStys= 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?4oCcbW9u4oCd?= [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