mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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.
This commit is contained in:
parent
709fbd3ec3
commit
9d2703c109
1 changed files with 15 additions and 17 deletions
|
@ -83,8 +83,21 @@ day "रविवार";/
|
||||||
"शनिवार"
|
"शनिवार"
|
||||||
%
|
%
|
||||||
% Abbreviated month names (%b)
|
% Abbreviated month names (%b)
|
||||||
% जन; फर; मार्च; अप्रै; मई; जून; जुल; अग; सित; अक्टू; नव; दिस
|
abmon "जन";/
|
||||||
abmon "जनवरी";/
|
"फर";/
|
||||||
|
"मार्च";/
|
||||||
|
"अप्रै";/
|
||||||
|
"मई";/
|
||||||
|
"जून";/
|
||||||
|
"जुल";/
|
||||||
|
"अग";/
|
||||||
|
"सित";/
|
||||||
|
"अक्टू";/
|
||||||
|
"नव";/
|
||||||
|
"दिस"
|
||||||
|
%
|
||||||
|
% Full month names (%B)
|
||||||
|
mon "जनवरी";/
|
||||||
"फरवरी";/
|
"फरवरी";/
|
||||||
"मार्च";/
|
"मार्च";/
|
||||||
"अप्रैल";/
|
"अप्रैल";/
|
||||||
|
@ -97,21 +110,6 @@ abmon "जनवरी";/
|
||||||
"नवंबर";/
|
"नवंबर";/
|
||||||
"दिसंबर"
|
"दिसंबर"
|
||||||
%
|
%
|
||||||
% Full month names (%B)
|
|
||||||
% जनवरी; फरवरी; मार्च; अप्रैल; मई; जून; जुलाई; अगस्त; सितंबर; अक्टूबर; नवंबर; दिसंबर
|
|
||||||
mon "जनवरी";/
|
|
||||||
"फरवरी";/
|
|
||||||
"मार्च";/
|
|
||||||
"अप्रैल";/
|
|
||||||
"मई";/
|
|
||||||
"जून";/
|
|
||||||
"जुलाई";/
|
|
||||||
"अगस्त";/
|
|
||||||
"सितंबर";/
|
|
||||||
"अक्टूबर";/
|
|
||||||
"नवंबर";/
|
|
||||||
"दिसंबर"%
|
|
||||||
%
|
|
||||||
% Equivalent of AM PM
|
% Equivalent of AM PM
|
||||||
am_pm "पूर्वाह्न";/
|
am_pm "पूर्वाह्न";/
|
||||||
"अपराह्न"
|
"अपराह्न"
|
||||||
|
|
Loading…
Add table
Reference in a new issue