This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/15606] New: pl_PL: genitive month names support


http://sourceware.org/bugzilla/show_bug.cgi?id=15606

            Bug ID: 15606
           Summary: pl_PL: genitive month names support
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
          Assignee: unassigned at sourceware dot org
          Reporter: piotrdrag at gmail dot com
                CC: libc-locales at sourceware dot org

Created attachment 7069
  --> http://sourceware.org/bugzilla/attachment.cgi?id=7069&action=edit
patch to add genitive month names support using %Om to pl_PL locale

Slavic languages, like Polish, use different cases for month names when they
are on their own (nominative, "styczeÅ") and when they are part of a date
(genitive, "11 stycznia"). Currently Polish locale only have nominative forms,
so calendars use ungrammatical forms.

Attached patch to pl_PL locale adds a solution similar to the one found in
uk_UA locale:

http://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/locales/uk_UA;h=b1df63085c485829f83fa4239df659998aac3dee;hb=HEAD#l973

It uses alt_digits to present a list of month names in proper form for dates.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]