[PATCH 1/2] localedata: es_ES: Add am_pm strings
Mike FABIAN
mfabian@redhat.com
Tue Jan 2 17:39:18 GMT 2024
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
More information about the Libc-alpha
mailing list