public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] localedata: anp_IN: Fix abbreviated month names
@ 2024-01-15 22:51 Mike FABIAN
  0 siblings, 0 replies; only message in thread
From: Mike FABIAN @ 2024-01-15 22:51 UTC (permalink / raw)
  To: libc-alpha; +Cc: Mike FABIAN

Resolves: BZ # 31239

The correct abbreviated month names were apparently given in the comment above `abmon`.
But the value of `abmon` was apparently just copied from the value of `mon` and this
mistake was hard to see because code point notation <Uxxxx> was used. After converting
to UTF-8 it was obvious that there was apparently a copy and paste mistake.
---
 localedata/locales/anp_IN | 30 ++++++++++++++----------------
 1 file changed, 14 insertions(+), 16 deletions(-)

diff --git a/localedata/locales/anp_IN b/localedata/locales/anp_IN
index 9f8804f701..dca7b00359 100644
--- a/localedata/locales/anp_IN
+++ b/localedata/locales/anp_IN
@@ -83,23 +83,21 @@ day         "रविवार";/
             "शनिवार"
 %
 % Abbreviated month names (%b)
-% जन; फर; मार्च; अप्रै; मई; जून; जुल; अग; सित; अक्टू; नव; दिस
-abmon           "जनवरी";/
-     "फरवरी";/
-     "मार्च";/
-     "अप्रैल";/
-     "मई";/
-     "जून";/
-     "जुलाई";/
-     "अगस्त";/
-     "सितंबर";/
-     "अक्टूबर";/
-     "नवंबर";/
-     "दिसंबर"
+abmon "जन";/
+      "फर";/
+      "मार्च";/
+      "अप्रै";/
+      "मई";/
+      "जून";/
+      "जुल";/
+      "अग";/
+      "सित";/
+      "अक्टू";/
+      "नव";/
+      "दिस"
 %
 % Full month names (%B)
-% जनवरी; फरवरी; मार्च; अप्रैल; मई; जून; जुलाई; अगस्त; सितंबर; अक्टूबर; नवंबर; दिसंबर
-mon           "जनवरी";/
+mon  "जनवरी";/
      "फरवरी";/
      "मार्च";/
      "अप्रैल";/
@@ -110,7 +108,7 @@ mon           "जनवरी";/
      "सितंबर";/
      "अक्टूबर";/
      "नवंबर";/
-     "दिसंबर"%
+     "दिसंबर"
 %
 % Equivalent of AM PM
 am_pm       "पूर्वाह्न";/
-- 
2.43.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-15 22:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-15 22:51 [PATCH] localedata: anp_IN: Fix abbreviated month names 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).