From patchwork Tue Jan 9 00:05:01 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 857177 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-88958-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="M0aONxNv"; 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 3zFspZ3gZPz9sBZ for ; Tue, 9 Jan 2018 11:05:10 +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:date:from:reply-to:to:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=vJ/WAHHfWA4kC2Rx 3gViIYztEmybMeXVhS+VrQOstfifYjZkNUtZUBpVdsNP0UZq+WkAxuUfFGib1MIE On9bqZ0UDjoG70T5/L50OAugjyyb87+OGSNWz1r5m1xkVXlSTBGw+iglfmBzt1mx YVNmsi4gBE8fcSaFWQt3W666hXU= 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:date:from:reply-to:to:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=2RwnNOJgki8XBdesi3iQ7L iprr4=; b=M0aONxNv7+wOD66rVvB/ytmKN93/lYPD+8KByVPQrgF3tpKBjwRIrm nHNr/hi+NAKIMhze0vWzYu6rJKfd/ZfA2m4hs5gkbxUMVscc7nTl8sV7OutjR4P1 Jbtgv7mGllLtnelGpw/B2vstwqJ4K1YQS9zUedI/ow/lt2w89j6lI= Received: (qmail 103355 invoked by alias); 9 Jan 2018 00:05:05 -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 103342 invoked by uid 89); 9 Jan 2018 00:05:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-21.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, UNWANTED_LANGUAGE_BODY autolearn=ham version=3.3.2 spammy=stycznia, grudnia, marca, nia X-HELO: aev204.rev.netart.pl X-Spam-Score: 0 Date: Tue, 9 Jan 2018 01:05:01 +0100 (CET) From: Rafal Luzynski Reply-To: Rafal Luzynski To: libc-alpha@sourceware.org Message-ID: <368287513.675204.1515456301081@poczta.nazwa.pl> In-Reply-To: <382846926.675155.1515455688091@poczta.nazwa.pl> References: <382846926.675155.1515455688091@poczta.nazwa.pl> Subject: [PATCH] pl_PL: Add alternative month names (bug 10871). MIME-Version: 1.0 X-Originating-Client: com.openexchange.ox.gui.dhtml [BZ #10871] * localedata/locales/pl_PL: alternative month names added, basic month names are genitive now. Reviewed-by: Carlos O'Donell --- localedata/locales/pl_PL | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/localedata/locales/pl_PL b/localedata/locales/pl_PL index 2a8d09d..632a1b3 100644 --- a/localedata/locales/pl_PL +++ b/localedata/locales/pl_PL @@ -175,7 +175,7 @@ abmon "sty";"lut";/ "lip";"sie";/ "wrz";"pa";/ "lis";"gru" -mon "stycze";/ +alt_mon "stycze";/ "luty";/ "marzec";/ "kwiecie";/ @@ -187,6 +187,18 @@ mon "stycze";/ "padziernik";/ "listopad";/ "grudzie" +mon "stycznia";/ + "lutego";/ + "marca";/ + "kwietnia";/ + "maja";/ + "czerwca";/ + "lipca";/ + "sierpnia";/ + "wrzenia";/ + "padziernika";/ + "listopada";/ + "grudnia" d_t_fmt "%a, %-d %b %Y, %T" d_fmt "%d.%m.%Y" t_fmt "%T"