mirror of git://sourceware.org/git/glibc.git
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
This commit is contained in:
parent
8f75515080
commit
6244070d41
|
@ -1,3 +1,9 @@
|
||||||
|
2017-08-02 Akhilesh Kumar <akhilesh.k@samsung.com>
|
||||||
|
|
||||||
|
[BZ #21845]
|
||||||
|
* locales/bho_NP: New file, Bhojpuri locale for Nepal.
|
||||||
|
* SUPPORTED: Add bho_NP/UTF-8
|
||||||
|
|
||||||
2017-08-02 Akhilesh Kumar <akhilesh.k@samsung.com>
|
2017-08-02 Akhilesh Kumar <akhilesh.k@samsung.com>
|
||||||
|
|
||||||
[BZ #21867]
|
[BZ #21867]
|
||||||
|
|
|
@ -66,6 +66,7 @@ bg_BG.UTF-8/UTF-8 \
|
||||||
bg_BG/CP1251 \
|
bg_BG/CP1251 \
|
||||||
bhb_IN.UTF-8/UTF-8 \
|
bhb_IN.UTF-8/UTF-8 \
|
||||||
bho_IN/UTF-8 \
|
bho_IN/UTF-8 \
|
||||||
|
bho_NP/UTF-8 \
|
||||||
bi_VU/UTF-8 \
|
bi_VU/UTF-8 \
|
||||||
bn_BD/UTF-8 \
|
bn_BD/UTF-8 \
|
||||||
bn_IN/UTF-8 \
|
bn_IN/UTF-8 \
|
||||||
|
|
|
@ -0,0 +1,92 @@
|
||||||
|
comment_char %
|
||||||
|
escape_char /
|
||||||
|
|
||||||
|
% This file is part of the GNU C Library and contains locale data.
|
||||||
|
% The Free Software Foundation does not claim any copyright interest
|
||||||
|
% in the locale data contained in this file. The foregoing does not
|
||||||
|
% affect the license of the GNU C Library as a whole. It does not
|
||||||
|
% exempt you from the conditions of the license if your use would
|
||||||
|
% otherwise be governed by that license.
|
||||||
|
|
||||||
|
% Bhojpuri language locale for Nepal.
|
||||||
|
% Akhilesh Kumar <akhilesh.k@samusng.com>.
|
||||||
|
|
||||||
|
LC_IDENTIFICATION
|
||||||
|
title "Bhojpuri language locale for Nepal"
|
||||||
|
source "Samsung Electronics Co., Ltd."
|
||||||
|
address ""
|
||||||
|
contact ""
|
||||||
|
email "akhilesh.k@samusng.com"
|
||||||
|
tel ""
|
||||||
|
fax ""
|
||||||
|
language "Bhojpuri"
|
||||||
|
territory "Nepal"
|
||||||
|
revision "0.1"
|
||||||
|
date "2017-24-07"
|
||||||
|
|
||||||
|
category "i18n:2012";LC_IDENTIFICATION
|
||||||
|
category "i18n:2012";LC_CTYPE
|
||||||
|
category "i18n:2012";LC_COLLATE
|
||||||
|
category "i18n:2012";LC_TIME
|
||||||
|
category "i18n:2012";LC_NUMERIC
|
||||||
|
category "i18n:2012";LC_MONETARY
|
||||||
|
category "i18n:2012";LC_MESSAGES
|
||||||
|
category "i18n:2012";LC_PAPER
|
||||||
|
category "i18n:2012";LC_NAME
|
||||||
|
category "i18n:2012";LC_ADDRESS
|
||||||
|
category "i18n:2012";LC_TELEPHONE
|
||||||
|
category "i18n:2012";LC_MEASUREMENT
|
||||||
|
END LC_IDENTIFICATION
|
||||||
|
|
||||||
|
LC_CTYPE
|
||||||
|
copy "bho_IN"
|
||||||
|
END LC_CTYPE
|
||||||
|
|
||||||
|
LC_COLLATE
|
||||||
|
copy "bho_IN"
|
||||||
|
END LC_COLLATE
|
||||||
|
|
||||||
|
LC_MONETARY
|
||||||
|
copy "ne_NP"
|
||||||
|
END LC_MONETARY
|
||||||
|
|
||||||
|
LC_NUMERIC
|
||||||
|
copy "ne_NP"
|
||||||
|
END LC_NUMERIC
|
||||||
|
|
||||||
|
LC_TIME
|
||||||
|
copy "bho_IN"
|
||||||
|
END LC_TIME
|
||||||
|
|
||||||
|
LC_MESSAGES
|
||||||
|
copy "bho_IN"
|
||||||
|
END LC_MESSAGES
|
||||||
|
|
||||||
|
LC_PAPER
|
||||||
|
copy "ne_NP"
|
||||||
|
END LC_PAPER
|
||||||
|
|
||||||
|
LC_NAME
|
||||||
|
copy "bho_IN"
|
||||||
|
END LC_NAME
|
||||||
|
|
||||||
|
LC_ADDRESS
|
||||||
|
postal_fmt "%f%N%h%s%N%T"
|
||||||
|
country_name "<U0928><U0947><U092A><U093E><U0932>"
|
||||||
|
country_ab2 "NP"
|
||||||
|
country_ab3 "NPL"
|
||||||
|
country_num 524
|
||||||
|
% NEP
|
||||||
|
country_car "NEP"
|
||||||
|
lang_name "<U092D><U094B><U091C><U092A><U0941><U0930><U0940>"
|
||||||
|
lang_term "bho"
|
||||||
|
lang_lib "bho"
|
||||||
|
END LC_ADDRESS
|
||||||
|
|
||||||
|
LC_TELEPHONE
|
||||||
|
copy "ne_NP"
|
||||||
|
END LC_TELEPHONE
|
||||||
|
|
||||||
|
LC_MEASUREMENT
|
||||||
|
copy "ne_NP"
|
||||||
|
END LC_MEASUREMENT
|
Loading…
Reference in New Issue