mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-11 03:40:06 +00:00
Incorrect Full Weekday names for ks_IN@devanagari
During Locale verification I observed that Incorrect Full Weekday names for ks_IN@devanagari Reference is taken from http://www.mkraina.com/PDF/3-Self-authored%20Works%20(English)/15.pdf And kashmiri devanagari travel book and other sources [BZ #21721] * locales/ks_IN@devanagari: Full weekday name Fix. Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
This commit is contained in:
parent
be8aa923a7
commit
bc6bd727cd
@ -1,3 +1,8 @@
|
|||||||
|
2017-07-07 Akhilesh Kumar <akhilesh.k@samsung.com>
|
||||||
|
|
||||||
|
[BZ #21721]
|
||||||
|
* locales/ks_IN@devanagari: Fix full weekday names, add yesstr and nostr
|
||||||
|
|
||||||
2017-07-06 Rafal Luzynski <digitalfreak@lingonborough.com>
|
2017-07-06 Rafal Luzynski <digitalfreak@lingonborough.com>
|
||||||
|
|
||||||
Arabic scripts: More fixes after the recent import.
|
Arabic scripts: More fixes after the recent import.
|
||||||
|
@ -72,13 +72,15 @@ abday "<U0906><U0925><U094D>";/
|
|||||||
"<U092C><U091F>"
|
"<U092C><U091F>"
|
||||||
%
|
%
|
||||||
% Full weekday names (%A)
|
% Full weekday names (%A)
|
||||||
day "<U0906><U0925><U094D><U0935><U093E><U0930><U094D>";/
|
% http://www.mkraina.com/PDF/3-Self-authored%20Works%20(English)/15.pdf
|
||||||
"<U091A><U0928><U094D><U0926><U094D><U0930><U0935><U093E><U0930><U094D>";/
|
% आथवार, चॅ़दुरवार, बोमवार, ब्वदवार, ब्रसवार, शोकुरवार, बटुवार
|
||||||
"<U092C><U094B><U092E><U094D><U0935><U093E><U0930><U094D>";/
|
day "<U0906><U0925><U0935><U093E><U0930>";/
|
||||||
"<U092C><U094B><U0918><U0935><U093E><U0930><U094D>";/
|
"<U091A><U0945><U093C><U0926><U0941><U0930><U0935><U093E><U0930>";/
|
||||||
"<U092C><U094D><U0930><U0938><U094D><U0935><U093E><U0930><U094D>";/
|
"<U092C><U094B><U092E><U0935><U093E><U0930>";/
|
||||||
"<U091C><U0941><U092E><U093E><U0939><U094D>";/
|
"<U092C><U094D><U0935><U0926><U0935><U093E><U0930>";/
|
||||||
"<U092C><U091F><U0935><U093E><U0930><U094D>"
|
"<U092C><U094D><U0930><U0938><U0935><U093E><U0930>";/
|
||||||
|
"<U0936><U094B><U0915><U0941><U0930><U0935><U093E><U0930>";/
|
||||||
|
"<U092C><U091F><U0941><U0935><U093E><U0930>"
|
||||||
%
|
%
|
||||||
% Abbreviated month names (%b)
|
% Abbreviated month names (%b)
|
||||||
abmon "<U091C><U0928><U0935><U0930><U0940>";/
|
abmon "<U091C><U0928><U0935><U0930><U0940>";/
|
||||||
@ -136,6 +138,8 @@ END LC_TIME
|
|||||||
LC_MESSAGES
|
LC_MESSAGES
|
||||||
yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>"
|
yesexpr "<U005E><U005B><U002B><U0031><U0079><U0059><U005D>"
|
||||||
noexpr "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
|
noexpr "<U005E><U005B><U002D><U0030><U006E><U004E><U005D>"
|
||||||
|
yesstr "<U0907><U0902><U0928>"
|
||||||
|
nostr "<U0928>"
|
||||||
END LC_MESSAGES
|
END LC_MESSAGES
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user