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: da_DK: set date_fmt [BZ #17297]


From: Eyolf Ãstrem <eyolf@oestrem.com>

The default setting is slightly off for Danish users -- the day and
month displays should be swapped: "Jun 10" -> "10 Jun".
---
 localedata/locales/da_DK | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/localedata/locales/da_DK b/localedata/locales/da_DK
index 95bf3092f241..01be48690f17 100644
--- a/localedata/locales/da_DK
+++ b/localedata/locales/da_DK
@@ -225,6 +225,9 @@ d_fmt       "<U0025><U0064><U002D><U0025><U006D><U002D><U0025><U0059>"
 t_fmt       "<U0025><U0054>"
 am_pm       "";""
 t_fmt_ampm  ""
+date_fmt    "<U0025><U0061><U0020><U0025><U0065><U0020><U0025><U0062>/
+<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
+<U0025><U005A><U0020><U0025><U0059>"
 week    7;19971130;4
 first_weekday 2
 END LC_TIME
-- 
2.8.2


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