From patchwork Wed Jul 10 09:48:03 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 1130315 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-103587-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lingonborough.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="r8Wp8xhR"; 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 45kDsC2cyTz9sN4 for ; Wed, 10 Jul 2019 19:48:31 +1000 (AEST) 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:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=vLK8AL5ljOHLBZ9t yWlNrqWedQIRIm2hZRk+vRGVKScCK+XS5lxPe1TYJPFItz24xdIW9BuUmn8ao48s /zF4AIC7xliDIu3N3AvYTrd1m+E4G2r2oiLDKi8VJdmfbtz/wFAWa+pMdKJmEc1v +1TTxi+clVk3//rf1TVKQRf0L8s= 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:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=LV8i8rDiv/tatpcHoIwWP5 qIDMc=; b=r8Wp8xhR/cDBWj+Kc5BfGE8jV1dId4BDj2B1wuXdaqaz2oxmwseTFg 5Jj8NHowBmcE3FxuNphEqoQRNlxL72vbu6YAIjhwZiK0XHR09weBb5h+TQAZ8Cl2 xKqUZ/xUm7MlskeA8kBwbOaiswRiQp95BU0qK218UJAtXa4MAavLQ= Received: (qmail 85958 invoked by alias); 10 Jul 2019 09:48: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 85931 invoked by uid 89); 10 Jul 2019 09:48:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=nl_nl, dutch, Dutch, nl_NL X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: -1 Date: Wed, 10 Jul 2019 11:48:03 +0200 (CEST) From: Rafal Luzynski To: libc-alpha@sourceware.org Cc: Carlos O'Donell , PanderMusubi Message-ID: <1180837569.75708.1562752083356@poczta.nazwa.pl> In-Reply-To: <2083625056.75389.1562751845263@poczta.nazwa.pl> References: <2083625056.75389.1562751845263@poczta.nazwa.pl> Subject: [PATCH 2/4] nl_BE and nl_NL locales: Dutch salutations (bug 23996). MIME-Version: 1.0 From: PanderMusubi Date: Sun, 16 Dec 2018 20:09:07 +0000 Subject: [PATCH 2/4] nl_BE and nl_NL locales: Dutch salutations (bug 23996). [BZ #23996] * localedata/locales/nl_BE (LC_NAME): Add name_gen, name_mr, name_mrs, name_miss, and name_ms. * localedata/locales/nl_NL (LC_NAME): Likewise. --- localedata/locales/nl_BE | 5 +++++ localedata/locales/nl_NL | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/localedata/locales/nl_BE b/localedata/locales/nl_BE index 4179886f8d..b87204a0e1 100644 --- a/localedata/locales/nl_BE +++ b/localedata/locales/nl_BE @@ -122,6 +122,11 @@ END LC_MEASUREMENT LC_NAME name_fmt "%d%t%g%t%m%t%f" +name_gen "heer of mevrouw" +name_mr "heer" +name_mrs "mevrouw" +name_miss "mevrouw" +name_ms "mevrouw" END LC_NAME LC_ADDRESS diff --git a/localedata/locales/nl_NL b/localedata/locales/nl_NL index 20652a9939..185c2099ec 100644 --- a/localedata/locales/nl_NL +++ b/localedata/locales/nl_NL @@ -150,6 +150,11 @@ END LC_MEASUREMENT LC_NAME name_fmt "%d%t%g%t%m%t%f" +name_gen "heer of mevrouw" +name_mr "heer" +name_mrs "mevrouw" +name_miss "mevrouw" +name_ms "mevrouw" END LC_NAME LC_ADDRESS