public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Mike Fabian <mfabian@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc] localedata: anp_IN: Fix abbreviated month names
Date: Mon, 15 Jan 2024 23:17:13 +0000 (GMT)	[thread overview]
Message-ID: <20240115231713.5AE6A3858D20@sourceware.org> (raw)

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

                 reply	other threads:[~2024-01-15 23:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240115231713.5AE6A3858D20@sourceware.org \
    --to=mfabian@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).