Bug 21743 - ks_IN@devanagari: abday strings mismatch the day strings
Summary: ks_IN@devanagari: abday strings mismatch the day strings
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: 2.26
Assignee: Mike FABIAN
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-10 03:26 UTC by Akhilesh Kumar
Modified: 2017-07-12 08:22 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Akhilesh Kumar 2017-07-10 03:26:58 UTC
abday strings mismatch with day string for ks_IN@devanagari 
Thanks to Rafal  for this comments
Comment 1 Akhilesh Kumar 2017-07-10 03:34:23 UTC
sending Bug fix patch (abday strings mismatch) on the top of [BZ 21721]. 
https://sourceware.org/ml/libc-alpha/2017-07/msg00360.html
Comment 2 Sourceware Commits 2017-07-10 13:40:31 UTC
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  43a9f537fc121a867981ca31ea9d79f33ce0fd24 (commit)
       via  de47eab02a7527533b7a1f315fe9dae66a6ed0bc (commit)
      from  eb73083e5e825460050f8149f8b2869c4ef662cd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=43a9f537fc121a867981ca31ea9d79f33ce0fd24

commit 43a9f537fc121a867981ca31ea9d79f33ce0fd24
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Mon Jul 10 09:11:56 2017 +0530

    Added yesstr and nostr to zh_HK locale
    
    yesstr and nostr  are missing for zh_HK language locale
    
    	[BZ #21733]
    	* locales/zh_HK (LC_MESSAGES): add yesstr and nostr

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=de47eab02a7527533b7a1f315fe9dae66a6ed0bc

commit de47eab02a7527533b7a1f315fe9dae66a6ed0bc
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Mon Jul 10 08:57:28 2017 +0530

    Fix abday strings for ks_IN@devanagari to match the day strings
    
    Hindi language is similar to Kashmiri(devanagari) language.
    
    	[BZ #21743]
    	* locales/ks_IN@devanagari (LC_TIME): Fixed abday strings

-----------------------------------------------------------------------

Summary of changes:
 localedata/ChangeLog                |   10 ++++++++++
 localedata/locales/ks_IN@devanagari |   14 +++++++-------
 localedata/locales/zh_HK            |    2 ++
 3 files changed, 19 insertions(+), 7 deletions(-)
Comment 3 Mike FABIAN 2017-07-10 13:41:45 UTC
FIXED.