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] localedata: nl_NL: date_fmt: rewrite to match standards [BZ #16495]


From: Evert <evert.gentoo@planet.nl>

Add some references to public Dutch standards.
---
 localedata/ChangeLog     | 5 +++++
 localedata/locales/nl_NL | 8 +++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index c14bb2c..5e86ba2 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2016-01-04  Mike Frysinger  <vapier@gentoo.org>
+
+	[BZ #16495]
+	* locales/nl_NL (date_fmt): Rewrite.
+
 2016-01-04  Joseph Myers  <joseph@codesourcery.com>
 
 	* All files with FSF copyright notices: Update copyright dates
diff --git a/localedata/locales/nl_NL b/localedata/locales/nl_NL
index 3e5f24f..c83fbfa 100644
--- a/localedata/locales/nl_NL
+++ b/localedata/locales/nl_NL
@@ -2,6 +2,8 @@ comment_char %
 escape_char  /
 %
 % Dutch Language Locale for the Netherlands
+% http://www.taaltelefoon.be/
+% http://taaladvies.net/
 % Source: RAP
 % Address: Sankt Jo//rgens Alle 8
 %    DK-1615 Ko//benhavn V, Danmark
@@ -120,9 +122,9 @@ d_fmt   "<U0025><U0064><U002D><U0025><U006D><U002D><U0025><U0079>"
 t_fmt   "<U0025><U0054>"
 am_pm   "";""
 t_fmt_ampm ""
-date_fmt       "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
-<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
-<U0025><U005A><U0020><U0025><U0059>"
+date_fmt       "<U0025><U0061><U0020><U0025><U0065><U0020><U0025><U0062>/
+<U0020><U0025><U0059><U0020><U0025><U006B><U003A><U0025><U004D><U003A>/
+<U0025><U0053><U0020><U0025><U005A>"
 
 week    7;19971130;4
 first_weekday 2
-- 
2.6.2


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