This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales 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/22896] Update locale data for an_ES


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

--- Comment #7 from Mike FABIAN <maiku.fabian at gmail dot com> ---
Your new file contains:

am_pm         "AM;PM"
t_fmt_ampm    "%I:%M:%S %p"

The first line contains a syntax error, it should be:

am_pm         "AM";"PM"

*But* https://sourceware.org/glibc/wiki/Locales#LC_TIME says:

“am_pm and t_fmt_ampm - should be empty if using 24 hour time”

And as an_ES apparently uses 24 hour time, it should probably
be:

am_pm         "";""
t_fmt_ampm    ""

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