This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH 2/4] nl_BE and nl_NL locales: Dutch salutations (bug 23996).
- From: Rafal Luzynski <digitalfreak at lingonborough dot com>
- To: libc-alpha at sourceware dot org
- Cc: Carlos O'Donell <carlos at redhat dot com>, PanderMusubi <pander at users dot sourceforge dot net>
- Date: Wed, 10 Jul 2019 11:48:03 +0200 (CEST)
- Subject: [PATCH 2/4] nl_BE and nl_NL locales: Dutch salutations (bug 23996).
- References: <2083625056.75389.1562751845263@poczta.nazwa.pl>
From: PanderMusubi <pander@users.sourceforge.net>
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
--
2.21.0