svn commit: r193958 - head/share/timedef

Edwin Groothuis edwin at FreeBSD.org
Wed Jun 10 21:45:19 UTC 2009


Author: edwin
Date: Wed Jun 10 21:45:18 2009
New Revision: 193958
URL: http://svn.freebsd.org/changeset/base/193958

Log:
  Invalid (long) date format in pl_PL.ISO8859-2.src
  
      Date format is %a %e %b %X %Y %Z (e.g "sob 19 sty 15:46:50 2008 CET")
      but should be "%a %e %b %Y %X %Z" (e.g. "sob 19 sty 2008 15:46:50 CET").
  
  PR:		conf/119804
  Submitted by:	Bodek <bodek at blurp.org>
  MFC after:	1 week

Modified:
  head/share/timedef/pl_PL.ISO8859-2.src
  head/share/timedef/pl_PL.UTF-8.src

Modified: head/share/timedef/pl_PL.ISO8859-2.src
==============================================================================
--- head/share/timedef/pl_PL.ISO8859-2.src	Wed Jun 10 21:31:57 2009	(r193957)
+++ head/share/timedef/pl_PL.ISO8859-2.src	Wed Jun 10 21:45:18 2009	(r193958)
@@ -72,7 +72,7 @@ sobota
 #
 # date_fmt
 #
-%a %e %b %X %Y %Z
+%a %e %b %Y %X %Z
 #
 # Long month names (without case ending)
 #

Modified: head/share/timedef/pl_PL.UTF-8.src
==============================================================================
--- head/share/timedef/pl_PL.UTF-8.src	Wed Jun 10 21:31:57 2009	(r193957)
+++ head/share/timedef/pl_PL.UTF-8.src	Wed Jun 10 21:45:18 2009	(r193958)
@@ -72,7 +72,7 @@ sobota
 #
 # date_fmt
 #
-%a %e %b %X %Y %Z
+%a %e %b %Y %X %Z
 #
 # Long month names (without case ending)
 #


More information about the svn-src-head mailing list