This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[glibc] nl_BE locale: Use "copy "nl_NL"" in LC_NAME (bug 23996).


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fba6d4bbce716b8256cb33f06ec8ae607a4556ef

commit fba6d4bbce716b8256cb33f06ec8ae607a4556ef
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Tue Jul 9 11:53:43 2019 +0200

    nl_BE locale: Use "copy "nl_NL"" in LC_NAME (bug 23996).
    
    The content of the section is identical in both languages.
    
    	[BZ #23996]
    	* localedata/locales/nl_BE (LC_NAME): Replace with â??copy "nl_NL"â??.

Diff:
---
 ChangeLog                | 5 +++++
 localedata/locales/nl_BE | 7 +------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index aea1e04..fad8102 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-07-17  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+	[BZ #23996]
+	* localedata/locales/nl_BE (LC_NAME): Replace with â??copy "nl_NL"â??.
+
 2019-07-17  PanderMusubi  <pander@users.sourceforge.net>
 
 	[BZ #23996]
diff --git a/localedata/locales/nl_BE b/localedata/locales/nl_BE
index b87204a..6232998 100644
--- a/localedata/locales/nl_BE
+++ b/localedata/locales/nl_BE
@@ -121,12 +121,7 @@ copy "fr_BE"
 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"
+copy "nl_NL"
 END LC_NAME
 
 LC_ADDRESS


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]