From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113256 invoked by alias); 1 Mar 2018 14:04:16 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 113155 invoked by uid 48); 1 Mar 2018 14:04:11 -0000 From: "maiku.fabian at gmail dot com" To: libc-locales@sourceware.org Subject: [Bug localedata/22896] Update locale data for an_ES Date: Thu, 01 Mar 2018 14:04:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: maiku.fabian at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: maiku.fabian at gmail dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2018-q1/txt/msg00105.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D22896 --- Comment #7 from Mike FABIAN --- 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: =E2=80=9Cam_pm and t_fmt_ampm - should be empty if using 24 hour time=E2=80= =9D And as an_ES apparently uses 24 hour time, it should probably be: am_pm "";"" t_fmt_ampm "" --=20 You are receiving this mail because: You are on the CC list for the bug.