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

* [PATCH 2/2] localedata: es_ES: convert to UTF-8
  2024-01-02 17:39 [PATCH 1/2] localedata: es_ES: Add am_pm strings Mike FABIAN
@ 2024-01-02 17:39 ` Mike FABIAN
  0 siblings, 0 replies; 2+ messages in thread
From: Mike FABIAN @ 2024-01-02 17:39 UTC (permalink / raw)
  To: libc-alpha; +Cc: Mike FABIAN

---
 localedata/locales/es_ES | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/localedata/locales/es_ES b/localedata/locales/es_ES
index 4ca9278b9d..86a8cd1069 100644
--- a/localedata/locales/es_ES
+++ b/localedata/locales/es_ES
@@ -26,7 +26,7 @@ escape_char /
 LC_IDENTIFICATION
 title      "Spanish locale for Spain"
 source     "RAP"
-address    "Sankt J<U00F8>rgens Alle 8, DK-1615 K<U00F8>benhavn V, Danmark"
+address    "Sankt Jørgens Alle 8, DK-1615 København V, Danmark"
 contact    ""
 email      "bug-glibc-locales@gnu.org"
 tel        ""
@@ -119,7 +119,7 @@ END LC_MESSAGES
 
 LC_MONETARY
 int_curr_symbol      "EUR "
-currency_symbol      "<U20AC>"
+currency_symbol      "€"
 mon_decimal_point    ","
 mon_thousands_sep    "."
 mon_grouping         3;3
@@ -143,16 +143,16 @@ END LC_NUMERIC
 
 LC_TIME
 abday   "dom";"lun";/
-	"mar";"mi<U00E9>";/
+	"mar";"mié";/
 	"jue";"vie";/
-	"s<U00E1>b"
+	"sáb"
 day     "domingo";/
 	"lunes";/
 	"martes";/
-	"mi<U00E9>rcoles";/
+	"miércoles";/
 	"jueves";/
 	"viernes";/
-	"s<U00E1>bado"
+	"sábado"
 abmon   "ene";"feb";/
 	"mar";"abr";/
 	"may";"jun";/
@@ -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   "a.<U202F>m.";"p.<U202F>m."
+am_pm   "a. m.";"p. m."
 t_fmt_ampm ""
 week 7;19971130;4
 first_weekday   2
@@ -201,13 +201,13 @@ END LC_NAME
 
 LC_ADDRESS
 postal_fmt    "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N"
-country_name "Espa<U00F1>a"
+country_name "España"
 country_ab2   "ES"
 country_ab3   "ESP"
 country_num   724
 country_car   "E"
 % español
-lang_name     "espa<U00F1>ol"
+lang_name     "español"
 lang_ab      "es"
 lang_term    "spa"
 lang_lib    "spa"
-- 
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).