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

PR libc/5013: Make the finnish dates gramatically correct


I discovered the following patch in gnats.  I've asked the submitter
to provide a source for the information, even if I still do not
understand why we shouldn't trust the people submitting problem
reports to know what they are talking about.

Here is the patch with changelog entry.  The locale still build after
this change.

This is the change as text:

--- fi_FI       28 Feb 2002 09:07:38 -0000      1.11
+++ fi_FI       9 May 2003 21:57:12 -0000
@@ -2178,14 +2178,14 @@ mon      "tamm
          "lokakuu";/
          "marraskuu";/
          "joulukuu"
-d_t_fmt  "%a %e %B %Y %T"
+d_t_fmt  "%a %e. %Bta %Y %T"
 d_fmt    "%d.%m.%Y"
 t_fmt    "%T"
 am_pm    "";""
 t_fmt_ampm  ""
-date_fmt       "%a %b %e/
- %H:%M:%S /
-%Z %Y"
+date_fmt       "%a %Bn %/
+e. %H:%M:%/
+S %Z %Y"
 END LC_TIME

 LC_MESSAGES


2003-05-09  Petter Reinholdtsen  <pere@hungry.com>

       * locales/fi_FI: Correct month names to make the dates
       gramatically correct.  Patch from eehakkin@cc.hut.fi.
       [PR libc/5013].

Index: locales/fi_FI
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/fi_FI,v
retrieving revision 1.11
diff -u -3 -p -u -r1.11 fi_FI
--- locales/fi_FI       28 Feb 2002 09:07:38 -0000      1.11
+++ locales/fi_FI       9 May 2003 21:47:52 -0000
@@ -2178,14 +2178,14 @@ mon      "<U0074><U0061><U006D><U006D><U
          "<U006C><U006F><U006B><U0061><U006B><U0075><U0075>";/
          "<U006D><U0061><U0072><U0072><U0061><U0073><U006B><U0075><U0075>";/
          "<U006A><U006F><U0075><U006C><U0075><U006B><U0075><U0075>"
-d_t_fmt  "<U0025><U0061><U0020><U0025><U0065><U0020><U0025><U0042><U0020><U0025><U0059><U0020><U0025><U0054>"
+d_t_fmt  "<U0025><U0061><U0020><U0025><U0065><U002E><U0020><U0025><U0042><U0074><U0061><U0020><U0025><U0059><U0020><U0025><U0054>"
 d_fmt    "<U0025><U0064><U002E><U0025><U006D><U002E><U0025><U0059>"
 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><U0042><U006E><U0020><U0025>/
+<U0065><U002E><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025>/
+<U0053><U0020><U0025><U005A><U0020><U0025><U0059>"
 END LC_TIME

 LC_MESSAGES


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