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
This commit is contained in:
parent
ea88e61483
commit
1a1f7e679b
@ -32,12 +32,12 @@ grudnia
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
ndz
|
||||
nie
|
||||
pon
|
||||
wto
|
||||
¶ro
|
||||
czw
|
||||
ptk
|
||||
pią
|
||||
sob
|
||||
#
|
||||
# Long weekday names
|
||||
|
@ -32,12 +32,12 @@ grudnia
|
||||
#
|
||||
# Short weekday names
|
||||
#
|
||||
ndz
|
||||
nie
|
||||
pon
|
||||
wto
|
||||
śro
|
||||
czw
|
||||
ptk
|
||||
pią
|
||||
sob
|
||||
#
|
||||
# Long weekday names
|
||||
|
Loading…
Reference in New Issue
Block a user