This is the mail archive of the libc-alpha@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]

[PATCH 3/4] 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"”.
---
 localedata/locales/nl_BE | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/localedata/locales/nl_BE b/localedata/locales/nl_BE
index b87204a0e1..6232998847 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
-- 
2.21.0


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