]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
localedata: anp_IN: Fix abbreviated month names
authorMike FABIAN <mfabian@redhat.com>
Mon, 15 Jan 2024 22:12:48 +0000 (23:12 +0100)
committerMike FABIAN <mfabian@redhat.com>
Mon, 15 Jan 2024 22:12:48 +0000 (23:12 +0100)
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

index 9f8804f7018231ec5887eb482b99e5e021747810..dca7b00359a7e683baf144ac810984ece5c6aee4 100644 (file)
@@ -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       "पूर्वाह्न";/