From 1a1f7e679b747bc5c85d80936d174ff5bf5f72f3 Mon Sep 17 00:00:00 2001 From: versus Date: Sun, 27 Feb 2011 21:32:25 +0000 Subject: 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 --- share/timedef/pl_PL.ISO8859-2.src | 4 ++-- share/timedef/pl_PL.UTF-8.src | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'share/timedef') diff --git a/share/timedef/pl_PL.ISO8859-2.src b/share/timedef/pl_PL.ISO8859-2.src index d031a63..c1b3cd9 100644 --- a/share/timedef/pl_PL.ISO8859-2.src +++ b/share/timedef/pl_PL.ISO8859-2.src @@ -32,12 +32,12 @@ grudnia # # Short weekday names # -ndz +nie pon wto ¶ro czw -ptk +pi± sob # # Long weekday names diff --git a/share/timedef/pl_PL.UTF-8.src b/share/timedef/pl_PL.UTF-8.src index 7e7b112..1a8e27a 100644 --- a/share/timedef/pl_PL.UTF-8.src +++ b/share/timedef/pl_PL.UTF-8.src @@ -32,12 +32,12 @@ grudnia # # Short weekday names # -ndz +nie pon wto Å›ro czw -ptk +piÄ… sob # # Long weekday names -- cgit v1.1