From 793267574c57c5cca846da4e90f0651fd2321dfe Mon Sep 17 00:00:00 2001 From: Johan Heikkila Date: Sun, 15 May 2011 11:27:42 -0400 Subject: Fix some fields in time info in sv_FI locale --- NEWS | 14 ++++++------- localedata/ChangeLog | 7 +++++++ localedata/locales/sv_FI | 54 +++++++++++++++++++++++++----------------------- 3 files changed, 42 insertions(+), 33 deletions(-) diff --git a/NEWS b/NEWS index e5aa66e09a..ec0ff27fff 100644 --- a/NEWS +++ b/NEWS @@ -9,13 +9,13 @@ Version 2.14 * The following bugs are resolved with this release: - 386, 9809, 10149, 10157, 11257, 11258, 11487, 11532, 11578, 11653, 11668, - 11724, 11901, 11945, 11947, 11952, 12052, 12083, 12158, 12178, 12200, - 12346, 12393, 12420, 12432, 12445, 12449, 12453, 12454, 12460, 12469, - 12489, 12509, 12510, 12511, 12518, 12527, 12541, 12545, 12551, 12582, - 12583, 12587, 12597, 12601, 12611, 12625, 12626, 12631, 12650, 12653, - 12655, 12660, 12681, 12685, 12711, 12713, 12714, 12717, 12723, 12724, - 12734, 12738 + 386, 9730, 9809, 10149, 10157, 11257, 11258, 11487, 11532, 11578, 11653, + 11668, 11724, 11901, 11945, 11947, 11952, 12052, 12083, 12158, 12178, + 12200, 12346, 12393, 12420, 12432, 12445, 12449, 12453, 12454, 12460, + 12469, 12489, 12509, 12510, 12511, 12518, 12527, 12541, 12545, 12551, + 12582, 12583, 12587, 12597, 12601, 12611, 12625, 12626, 12631, 12650, + 12653, 12655, 12660, 12681, 12685, 12711, 12713, 12714, 12717, 12723, + 12724, 12734, 12738 * The RPC implementation in libc is obsoleted. Old programs keep working but new programs cannot be linked with the routines in libc anymore. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 8ea8c68859..191e1cb504 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,10 @@ +2011-05-15 Ulrich Drepper + + [BZ #9730] + * locales/sv_FI (LC_TIME): Fix d_t_fmt and add first_weekday and + first_workday. + Patch by Johan Heikkila . + 2011-05-14 Ulrich Drepper [BZ #12582] diff --git a/localedata/locales/sv_FI b/localedata/locales/sv_FI index af9ec123ea..0b77f9c4fe 100644 --- a/localedata/locales/sv_FI +++ b/localedata/locales/sv_FI @@ -69,36 +69,36 @@ END LC_NUMERIC LC_TIME % copy "sv_SE" abday "";"";/ - "";"";/ - "";"";/ - "" + "";"";/ + "";"";/ + "" day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" + "";/ + "";/ + "";/ + "";/ + "";/ + "" abmon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" d_t_fmt "/ -/ +/ " d_fmt "" t_fmt "" @@ -107,6 +107,8 @@ t_fmt_ampm "" date_fmt "/ / " +first_weekday 2 % Monday +first_workday 2 % Monday END LC_TIME LC_PAPER -- cgit 1.4.1