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 <bo...@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) # _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"