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 locale/19720] New: pt_BR language missing AM/PM time indicators


https://sourceware.org/bugzilla/show_bug.cgi?id=19720

            Bug ID: 19720
           Summary: pt_BR language missing AM/PM time indicators
           Product: glibc
           Version: 2.23
            Status: NEW
          Severity: minor
          Priority: P2
         Component: locale
          Assignee: unassigned at sourceware dot org
          Reporter: duu133 at gmail dot com
  Target Milestone: ---

Description: pt_BR language is missing AM/PM time indicators

Steps to reproduce: set LC_TIME to pt_BR and clock to 12 hour format, AM/PM
indicators will be missing

Additional info: going to file "/usr/share/i18n/locales/pt_BR" on line 118 and
119 you will see that its set to

am_pm "";""
t_fmt_ampm ""

Setting it to 

am_pm "<U0061><U006D>";"<U0070><U006D>"
t_fmt_ampm
"<U0025><U006C><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U0025><U0050><U0020><U0025><U005A>"

Fixes it

-- 
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]