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
_______________________________________________
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"

Reply via email to