public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: libc-locales@sourceware.org
Subject: [Bug localedata/17426] Indian locales: set the correct date format
Date: Wed, 05 Sep 2018 21:59:00 -0000	[thread overview]
Message-ID: <bug-17426-716-vE8AhNeBEt@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-17426-716@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=17426

--- Comment #11 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
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  a33650d1a63b4e5d52ef02bb629d045c217e16ff (commit)
      from  d114e6a72265abb562530c7779da88c5d458a51b (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=a33650d1a63b4e5d52ef02bb629d045c217e16ff

commit a33650d1a63b4e5d52ef02bb629d045c217e16ff
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Wed Sep 5 00:40:04 2018 +0200

    Indian and similar locales: Set the correct date format (bug 17426).

    This commit also fixes d_fmt in bn_BD which is identical to bn_IN,
    in ne_NP which is identical to ne_IN (not supported by Glibc but supported
    by CLDR), and in ta_LK which is identical to ta_IN.

    For those locales which are supported by CLDR data is imported from
    CLDR v33.  For others it is copied from those locales which were identical
    before this commit.

        [BZ #17426]
        * localedata/locales/anp_IN (d_fmt): Use "%-d//%-m//%y".
        * localedata/locales/ar_IN (d_fmt): Likewise.
        * localedata/locales/bhb_IN (d_fmt): Likewise.
        * localedata/locales/bho_IN (d_fmt): Likewise.
        * localedata/locales/bn_BD (d_fmt): Likewise.
        * localedata/locales/bn_IN (d_fmt): Likewise.
        * localedata/locales/doi_IN (d_fmt): Likewise.
        * localedata/locales/gu_IN (d_fmt): Likewise.
        * localedata/locales/hi_IN (d_fmt): Likewise.
        * localedata/locales/hne_IN (d_fmt): Likewise.
        * localedata/locales/kn_IN (d_fmt): Likewise.
        * localedata/locales/mag_IN (d_fmt): Likewise.
        * localedata/locales/mai_IN (d_fmt): Likewise.
        * localedata/locales/mjw_IN (d_fmt): Likewise.
        * localedata/locales/ml_IN (d_fmt): Likewise.
        * localedata/locales/mni_IN (d_fmt): Likewise.
        * localedata/locales/mr_IN (d_fmt): Likewise.
        * localedata/locales/pa_IN (d_fmt): Likewise.
        * localedata/locales/raj_IN (d_fmt): Likewise.
        * localedata/locales/sat_IN (d_fmt): Likewise.
        * localedata/locales/sd_IN (d_fmt): Likewise.
        * localedata/locales/sd_IN@devanagari (d_fmt): Likewise.
        * localedata/locales/ta_IN (d_fmt): Likewise.
        * localedata/locales/ta_LK (d_fmt): Likewise.
        * localedata/locales/tcy_IN (d_fmt): Likewise.
        * localedata/locales/ur_IN (d_fmt): Likewise.

        * localedata/locales/brx_IN (d_fmt): Use "%-m//%-d//%y".
        * localedata/locales/ks_IN (d_fmt): Likewise.
        * localedata/locales/ks_IN@devanagari (d_fmt): Likewise.

        * localedata/locales/kok_IN (d_fmt): Use "%-d-%-m-%y".
        * localedata/locales/ne_NP (d_fmt): Use "%y//%-m//%-d".
        * localedata/locales/sa_IN (d_fmt): Use "%-d-%m-%y".
        * localedata/locales/te_IN (d_fmt): Use "%d-%m-%y".

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

Summary of changes:
 ChangeLog                           |   39 +++++++++++++++++++++++++++++++++++
 localedata/locales/anp_IN           |    2 +-
 localedata/locales/ar_IN            |    2 +-
 localedata/locales/bhb_IN           |    2 +-
 localedata/locales/bho_IN           |    2 +-
 localedata/locales/bn_BD            |    2 +-
 localedata/locales/bn_IN            |    2 +-
 localedata/locales/brx_IN           |    2 +-
 localedata/locales/doi_IN           |    2 +-
 localedata/locales/gu_IN            |    2 +-
 localedata/locales/hi_IN            |    2 +-
 localedata/locales/hne_IN           |    2 +-
 localedata/locales/kn_IN            |    2 +-
 localedata/locales/kok_IN           |    2 +-
 localedata/locales/ks_IN            |    2 +-
 localedata/locales/ks_IN@devanagari |    2 +-
 localedata/locales/mag_IN           |    2 +-
 localedata/locales/mai_IN           |    2 +-
 localedata/locales/mjw_IN           |    2 +-
 localedata/locales/ml_IN            |    2 +-
 localedata/locales/mni_IN           |    2 +-
 localedata/locales/mr_IN            |    2 +-
 localedata/locales/ne_NP            |    2 +-
 localedata/locales/pa_IN            |    2 +-
 localedata/locales/raj_IN           |    2 +-
 localedata/locales/sa_IN            |    2 +-
 localedata/locales/sat_IN           |    2 +-
 localedata/locales/sd_IN            |    2 +-
 localedata/locales/sd_IN@devanagari |    2 +-
 localedata/locales/ta_IN            |    2 +-
 localedata/locales/ta_LK            |    2 +-
 localedata/locales/tcy_IN           |    2 +-
 localedata/locales/te_IN            |    2 +-
 localedata/locales/ur_IN            |    2 +-
 34 files changed, 72 insertions(+), 33 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

  parent reply	other threads:[~2018-09-05 21:59 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-23 14:49 [Bug localedata/17426] New: date format not set for en_IN arjun.is at lostca dot se
2014-09-23 21:15 ` [Bug localedata/17426] " pranav913 at gmail dot com
2014-09-23 21:16 ` arjun.is at lostca dot se
2014-09-24 10:58 ` arjun.is at lostca dot se
2014-09-24 12:39 ` pravin.d.s at gmail dot com
2014-09-24 12:39 ` arjun.is at lostca dot se
2014-09-24 14:00 ` arjun.is at lostca dot se
2016-02-06  0:38 ` fweimer at redhat dot com
2016-02-06  0:51 ` [Bug localedata/17426] en_IN: set date format vapier at gentoo dot org
2018-08-10 12:57 ` digitalfreak at lingonborough dot com
2018-08-27 10:20 ` digitalfreak at lingonborough dot com
2018-08-27 22:26 ` cvs-commit at gcc dot gnu.org
2018-08-30 10:55 ` [Bug localedata/17426] Indian locales: set the correct " digitalfreak at lingonborough dot com
2018-09-04 21:56 ` digitalfreak at lingonborough dot com
2018-09-05 21:59 ` cvs-commit at gcc dot gnu.org [this message]
2018-09-05 22:06 ` digitalfreak at lingonborough dot com
2019-01-31 17:19 ` cvs-commit at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-17426-716-vE8AhNeBEt@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=libc-locales@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).