public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 1/2] localedata: es_ES: Add am_pm strings
@ 2024-01-02 17:39 Mike FABIAN
  2024-01-02 17:39 ` [PATCH 2/2] localedata: es_ES: convert to UTF-8 Mike FABIAN
  0 siblings, 1 reply; 2+ messages in thread
From: Mike FABIAN @ 2024-01-02 17:39 UTC (permalink / raw)
  To: libc-alpha; +Cc: Mike FABIAN

Resolves: BZ # 24013

Use <U202F> instead of a plain space because CLDR also uses that.
---
 localedata/locales/es_ES | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/localedata/locales/es_ES b/localedata/locales/es_ES
index d9788d2ec1..4ca9278b9d 100644
--- a/localedata/locales/es_ES
+++ b/localedata/locales/es_ES
@@ -175,7 +175,7 @@ d_t_fmt  "%a %d %b %Y %T"
 date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
-am_pm   "";""
+am_pm   "a.<U202F>m.";"p.<U202F>m."
 t_fmt_ampm ""
 week 7;19971130;4
 first_weekday   2
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-02 17:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-02 17:39 [PATCH 1/2] localedata: es_ES: Add am_pm strings Mike FABIAN
2024-01-02 17:39 ` [PATCH 2/2] localedata: es_ES: convert to UTF-8 Mike FABIAN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).