Bug 21845 - Added new Locale bho_NP
Summary: Added new Locale bho_NP
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: localedata (show other bugs)
Version: 2.25
: P2 normal
Target Milestone: 2.27
Assignee: Mike FABIAN
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-27 09:47 UTC by Akhilesh Kumar
Modified: 2017-08-03 15:16 UTC (History)
2 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-27 09:47:43 UTC
Bhojpuri is one the most common language in Nepal and India.

http://codefornepal.org/en/2014/02/top-10-languages-spoken-as-mother-tongues-in-nepal/
https://en.wikipedia.org/wiki/Bhojpuri_language
Comment 1 Akhilesh Kumar 2017-07-27 10:13:37 UTC
Added "bho_NP" locale and Reference is taken form "bho_IN".

https://sourceware.org/ml/libc-alpha/2017-07/msg00919.html
Comment 2 Sourceware Commits 2017-08-03 10:13:38 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  1f22702ea29f93d6e8acc835317363c22134ba6f (commit)
       via  a0b7f996b73aabf650bd6f31c7e3a036572b6bff (commit)
       via  6244070d41fe1d556c171d3f115a8f7d4f97d21c (commit)
       via  8f75515080ee099030547ba5bcae59e800a2cc08 (commit)
       via  1b2be2732fc9bf09d03ac830f03f3c295f3b1687 (commit)
      from  e98c925fa4f6486447eb20676755dbf9eb36a110 (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=1f22702ea29f93d6e8acc835317363c22134ba6f

commit 1f22702ea29f93d6e8acc835317363c22134ba6f
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Thu Aug 3 11:46:45 2017 +0200

    drop redundant ([eE][sS])? and [oO]? from yesexpr and noexpr in km_KH locale
    
    	* locales/km_KH (LC_MESSAGES): drop redundant ([eE][sS])? and [oO]?
    	from yesexpr and noexpr

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

commit a0b7f996b73aabf650bd6f31c7e3a036572b6bff
Author: Mike FABIAN <mfabian@redhat.com>
Date:   Thu Aug 3 11:33:00 2017 +0200

    Drop redundant .* from yesexpr and noexpr in agr_PE locale
    
    And make the expressions more readable by using the POSIX portable character set
    instead of Unicode code points.
    
    	* locales/agr_PE (LC_MESSAGES): drop .* from yesexpr and noexpr

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

commit 6244070d41fe1d556c171d3f115a8f7d4f97d21c
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Fri Jul 28 08:55:35 2017 +0530

    Added new Locale bho_NP
    
    Bhojpuri is one of the most common languages in Nepal and India.
    http://codefornepal.org/en/2014/02/top-10-languages-spoken-as-mother-tongues-in-nepal/
    https://en.wikipedia.org/wiki/Bhojpuri_language
    
    Added "bho_NP" locale and Reference is taken form "bho_IN".
    
    	[BZ #21845]
    	* locales/bho_NP: New file, Bhojpuri locale for Nepal.
    	* SUPPORTED: Add bho_NP/UTF-8

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

commit 8f75515080ee099030547ba5bcae59e800a2cc08
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Mon Jul 31 12:05:28 2017 +0530

    Fix yesexpr in en_DK locale
    
    	[BZ #21867]
    	* locales/en_DK (LC_MESSAGES): Fix yesexpr

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

commit 1b2be2732fc9bf09d03ac830f03f3c295f3b1687
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Fri Jul 28 09:40:45 2017 +0530

    Fix abday in zh_SG
    
    Make it the same as in zh_CN and zh_TW which agrees with "narrow" in CLDR.
    
    	[BZ #21853]
    	* locales/zh_SG (LC_TIME): Fix abday

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

Summary of changes:
 localedata/ChangeLog                  |   25 +++++++++++++++++++++++++
 localedata/SUPPORTED                  |    1 +
 localedata/locales/agr_PE             |   12 ++++--------
 localedata/locales/{mai_NP => bho_NP} |   26 +++++++++++++-------------
 localedata/locales/en_DK              |    5 +----
 localedata/locales/km_KH              |    4 ++--
 localedata/locales/zh_SG              |    5 +----
 7 files changed, 47 insertions(+), 31 deletions(-)
 copy localedata/locales/{mai_NP => bho_NP} (82%)
Comment 3 Mike FABIAN 2017-08-03 15:16:42 UTC
FIXED.