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


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

Mike Frysinger <vapier at gentoo dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #3 from Mike Frysinger <vapier at gentoo dot org> ---
(In reply to duu133 from comment #2)

unfortunately, at the locale level, i don't believe it's flexible enough to
support your request :(.

iirc, we are discussing how to add support for user-specific locales and making
it easier to blend with existing locales.  in that ideal world, you would
create a custom pt_BR file that would contain a few keywords to copy the
existing pt_BR, and then you would tweak these two fields to your liking.  but
i don't think it's going to be available soon :(.

your best bet would be to keep a script like:
#!/bin/sh
sudo sed -i '/^am_pm/s:.*:am_pm "<U0061><U006D>";"<U0070><U006D>":' \
  /usr/share/i18n/locales/pt_BR
sudo localedef -c -f UTF-8 -i pt_BR --prefix / pt_BR.UTF-8

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