From patchwork Thu Oct 26 08:56:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 830535 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-86372-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="jWGJ2RBR"; 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 3yN18C3brNz9t3n for ; Thu, 26 Oct 2017 19:56:27 +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=Zi/LBHvnHKS0S0pf/61YJIrdrfVCx Z3St9KdnmePR3NMvAn8QP5qj35zqSPJzaI6Xq2rz0Am7MOlbszYfl7jI39R/znb1 EhvxBOQENyyeKGCTRPizjv+Aj2fy4OOIusSNrZSz8e1gDXmJwdrscZNVVLQJcirE +qkq/TfPNaIHgA= 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=A016vFeECjqnwchyEXCUU4u/Uu4=; b=jWG J2RBRXfiy2BM9kTnTomfVw861CecflhRXl9qb1XatTgdZcyVuoNIHiS1RABIlYL0 dfyK8CO3ihEtCpeD7wGIuSVdgqETw3I6M9bDJzt4lYdRfx2lpRQnLymDFwS9FLMT YnrLiqp4n4L2Ir2FF7LHh9mNIweLP8PXBsYjg3ME= Received: (qmail 77795 invoked by alias); 26 Oct 2017 08:56:15 -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 77508 invoked by uid 89); 26 Oct 2017 08:56:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 05A10285BA Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=mfabian@redhat.com From: Mike FABIAN To: GNU C Library Subject: [committed, PATCH] kab_DZ locale: Add e-mail of main contributor Date: Thu, 26 Oct 2017 10:56:03 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 * localedata/locales/kab_DZ (LC_IDENTIFICATION): Add e-mail of main contributor. From d8682a15d0c4903c4b687befcaf763d87c8f1993 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 25 Oct 2017 09:25:11 +0200 Subject: [PATCH 10/19] kab_DZ locale: Add e-mail of main contributor * localedata/locales/kab_DZ (LC_IDENTIFICATION): Add e-mail of main contributor. --- ChangeLog | 5 +++++ localedata/locales/kab_DZ | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 950120e7e9..45c284523d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-10-25 Mike FABIAN + + * localedata/locales/kab_DZ (LC_IDENTIFICATION): Add e-mail + of main contributor. + 2017-10-25 Mike FABIAN * localedata/locales/zh_SG (LC_MESSAGES): Use copy "zh_CN" diff --git a/localedata/locales/kab_DZ b/localedata/locales/kab_DZ index f70716e555..ced3402a3d 100644 --- a/localedata/locales/kab_DZ +++ b/localedata/locales/kab_DZ @@ -10,12 +10,13 @@ escape_char / % Kabyle language locale for Algeria % Contributed by Yacine Bouklif +% and Belkacem Mohammed LC_IDENTIFICATION title "Kabyle language locale for Algeria" source "" contact "" -email "bug-glibc-locales@gnu.org" +email "belkacem77@gmail.com" language "Kabyle" territory "Algeria" revision "1.0" -- 2.14.2