public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] localedata: anp_IN: Fix abbreviated month names
@ 2024-01-15 23:17 Mike Fabian
  0 siblings, 0 replies; only message in thread
From: Mike Fabian @ 2024-01-15 23:17 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9d2703c109791d1ff0bf1f611b0b78f1703f51eb

commit 9d2703c109791d1ff0bf1f611b0b78f1703f51eb
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Mon Jan 15 23:12:48 2024 +0100

    localedata: anp_IN: Fix abbreviated month names
    
    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.

Diff:
---
 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       "पूर्वाह्न";/

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-15 23:17 [glibc] 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).