localedata: anp_IN: Fix abbreviated month names

Message ID 20240115225129.3488856-1-mfabian@redhat.com
State Committed
Delegated to: Mike Fabian
Headers
Series localedata: anp_IN: Fix abbreviated month names |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch success Patch applied to master at the time it was sent
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 success Testing passed
redhat-pt-bot/TryBot-32bit success Build for i686
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 warning Patch is already merged
linaro-tcwg-bot/tcwg_glibc_build--master-arm warning Patch is already merged

Commit Message

Mike FABIAN Jan. 15, 2024, 10:51 p.m. UTC
  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(-)
  

Patch

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