diff options
author | Akhilesh Kumar <akhilesh.k@samsung.com> | 2017-07-28 08:55:35 +0530 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-08-03 12:11:35 +0200 |
commit | 6244070d41fe1d556c171d3f115a8f7d4f97d21c (patch) | |
tree | ac7014abd7c2698e39d64efac225f23058a05936 /localedata | |
parent | 8f75515080ee099030547ba5bcae59e800a2cc08 (diff) | |
download | glibc-6244070d41fe1d556c171d3f115a8f7d4f97d21c.zip glibc-6244070d41fe1d556c171d3f115a8f7d4f97d21c.tar.gz glibc-6244070d41fe1d556c171d3f115a8f7d4f97d21c.tar.bz2 |
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
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 6 | ||||
-rw-r--r-- | localedata/SUPPORTED | 1 | ||||
-rw-r--r-- | localedata/locales/bho_NP | 92 |
3 files changed, 99 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 2f4d3ad..b5e5b70 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,11 @@ 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> + [BZ #21867] * locales/en_DK (LC_MESSAGES): Fix yesexpr diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index f054210..7a0439a 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -66,6 +66,7 @@ bg_BG.UTF-8/UTF-8 \ bg_BG/CP1251 \ bhb_IN.UTF-8/UTF-8 \ bho_IN/UTF-8 \ +bho_NP/UTF-8 \ bi_VU/UTF-8 \ bn_BD/UTF-8 \ bn_IN/UTF-8 \ diff --git a/localedata/locales/bho_NP b/localedata/locales/bho_NP new file mode 100644 index 0000000..be91edf --- /dev/null +++ b/localedata/locales/bho_NP @@ -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 |