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: 33648 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