mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Fix Latin characters and month sequence in mai_IN
Fixes [BZ #21822] with commit id 832f8e0487
[BZ #21844]
* locales/mai_IN (LC_TIME): Fix Latin characters and month sequence.
This commit is contained in:
parent
1086114ba1
commit
90880d384c
@ -1,3 +1,8 @@
|
||||
2017-07-27 Akhilesh Kumar <akhilesh.k@samsung.com>
|
||||
|
||||
[BZ #21844]
|
||||
* locales/mai_IN (LC_TIME): Fix Latin characters and month sequence.
|
||||
|
||||
2017-07-26 Mike FABIAN <mfabian@redhat.com>
|
||||
|
||||
Revert:
|
||||
|
@ -78,8 +78,7 @@ day "<U0930><U0935><U093F><U0926><U093F><U0928>";/
|
||||
"<U0936><U0928><U0940><U0926><U093F><U0928>"
|
||||
%
|
||||
% Abbreviated month names (%b)
|
||||
abmon "<U091A><U0948><U0924><U093F>";/
|
||||
"<U0042><U0061><U0069><U0073><U0068><U0061><U006B><U0068>";/
|
||||
abmon "<U092C><U0948><U0938><U093E><U0916>";/
|
||||
"<U091C><U0947><U0920>";/
|
||||
"<U0905><U0937><U093E><U0922><U093C>";/
|
||||
"<U0938><U093E><U0935><U094B><U0928>";/
|
||||
@ -89,15 +88,15 @@ abmon "<U091A><U0948><U0924><U093F>";/
|
||||
"<U0905><U0917><U0939><U0928>";/
|
||||
"<U092A><U0942><U0938>";/
|
||||
"<U092E><U093E><U0918>";/
|
||||
"<U092B><U093E><U0917><U0941><U0928>"
|
||||
"<U092B><U093E><U0917><U0941><U0928>";/
|
||||
"<U091A><U0948><U0924><U093F>"
|
||||
% Full month names (%B)
|
||||
% Maithili uses a lunar calendar. When gregorian month names
|
||||
% are needed, the names are the same names than those used
|
||||
% by Hindi
|
||||
% https://en.wikipedia.org/wiki/Tirhuta_Panchang
|
||||
% https://en.wikipedia.org/wiki/Maithili_language#cite_ref-20
|
||||
mon "<U091A><U0948><U0924><U093F>";/
|
||||
"<U0042><U0061><U0069><U0073><U0068><U0061><U006B><U0068>";/
|
||||
mon "<U092C><U0948><U0938><U093E><U0916>";/
|
||||
"<U091C><U0947><U0920>";/
|
||||
"<U0905><U0937><U093E><U0922><U093C>";/
|
||||
"<U0938><U093E><U0935><U094B><U0928>";/
|
||||
@ -107,7 +106,8 @@ mon "<U091A><U0948><U0924><U093F>";/
|
||||
"<U0905><U0917><U0939><U0928>";/
|
||||
"<U092A><U0942><U0938>";/
|
||||
"<U092E><U093E><U0918>";/
|
||||
"<U092B><U093E><U0917><U0941><U0928>"
|
||||
"<U092B><U093E><U0917><U0941><U0928>";/
|
||||
"<U091A><U0948><U0924><U093F>"
|
||||
%
|
||||
% Equivalent of AM PM
|
||||
am_pm "<U092A><U0942><U0930><U094D><U0935><U093E><U0939><U094D><U0928>";/
|
||||
|
Loading…
Reference in New Issue
Block a user