Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2011 21:32:25 +0000 (UTC)
From:      Konrad Jankowski <versus@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r219091 - head/share/timedef
Message-ID:  <201102272132.p1RLWPZJ007789@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: versus
Date: Sun Feb 27 21:32:25 2011
New Revision: 219091
URL: http://svn.freebsd.org/changeset/base/219091

Log:
  Partial fix for PR 91106. Correct the short weekday names. Done according to this poll https://bugzilla.redhat.com/show_bug.cgi?id=242296. This will not close the bug fully yet, as the month names are still not correctly in Genitive. More research on this topic will be done, as I'm suspecting a bug in the libc locale functions picking the month name from the wrong group.
  
  PR:		conf/91106
  Approved by:	gavin (mentor)
  MFC after:	1 month

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	Sun Feb 27 19:44:10 2011	(r219090)
+++ head/share/timedef/pl_PL.ISO8859-2.src	Sun Feb 27 21:32:25 2011	(r219091)
@@ -32,12 +32,12 @@ grudnia
 #
 # Short weekday names
 #
-ndz
+nie
 pon
 wto
 ¶ro
 czw
-ptk
+pi±
 sob
 #
 # Long weekday names

Modified: head/share/timedef/pl_PL.UTF-8.src
==============================================================================
--- head/share/timedef/pl_PL.UTF-8.src	Sun Feb 27 19:44:10 2011	(r219090)
+++ head/share/timedef/pl_PL.UTF-8.src	Sun Feb 27 21:32:25 2011	(r219091)
@@ -32,12 +32,12 @@ grudnia
 #
 # Short weekday names
 #
-ndz
+nie
 pon
 wto
 śro
 czw
-ptk
+piÄ…
 sob
 #
 # Long weekday names



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102272132.p1RLWPZJ007789>