From 6244070d41fe1d556c171d3f115a8f7d4f97d21c Mon Sep 17 00:00:00 2001 From: Akhilesh Kumar Date: Fri, 28 Jul 2017 08:55:35 +0530 Subject: 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 --- localedata/ChangeLog | 6 ++++ localedata/SUPPORTED | 1 + localedata/locales/bho_NP | 92 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 99 insertions(+) create mode 100644 localedata/locales/bho_NP 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 + [BZ #21845] + * locales/bho_NP: New file, Bhojpuri locale for Nepal. + * SUPPORTED: Add bho_NP/UTF-8 + +2017-08-02 Akhilesh Kumar + [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 . + +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 "" +country_ab2 "NP" +country_ab3 "NPL" +country_num 524 +% NEP +country_car "NEP" +lang_name "" +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 -- cgit v1.1