This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/1] Added New Locale mai_NP


Maithili which is Official language in Nepal As well as India 
https://en.wikipedia.org/wiki/Maithili_language
Reference is taken form mai_IN 

[BZ #21835]
    * locales/mai_NP  : New File
    * SUPPORTED	      : File Edit

Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
---
 localedata/SUPPORTED      |    1 +
 localedata/locales/mai_NP |  103 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 104 insertions(+), 0 deletions(-)
 create mode 100644 localedata/locales/mai_NP

diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED
index e93ad54..5a9df1b 100644
--- a/localedata/SUPPORTED
+++ b/localedata/SUPPORTED
@@ -307,6 +307,7 @@ lv_LV/ISO-8859-13 \
 lzh_TW/UTF-8 \
 mag_IN/UTF-8 \
 mai_IN/UTF-8 \
+mai_NP/UTF-8 \
 mg_MG.UTF-8/UTF-8 \
 mg_MG/ISO-8859-15 \
 mhr_RU/UTF-8 \
diff --git a/localedata/locales/mai_NP b/localedata/locales/mai_NP
new file mode 100644
index 0000000..d131afd
--- /dev/null
+++ b/localedata/locales/mai_NP
@@ -0,0 +1,103 @@
+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.
+
+% Maithili language locale for Nepal.
+% Akhilesh Kumar <akhilesh.k@samusng.com>.
+
+LC_IDENTIFICATION
+title      "Maithili language locale for India"
+source     "Samsung Electronics Co., Ltd."
+address    ""
+contact    ""
+email      "akhilesh.k@samusng.com"
+tel        ""
+fax        ""
+language   "Maithili"
+territory  "Nepal"
+revision   "1.0"
+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 "ne_NP"
+END LC_CTYPE
+
+LC_COLLATE
+copy "ne_NP"
+END LC_COLLATE
+
+LC_MONETARY
+copy "ne_NP"
+END LC_MONETARY
+
+
+LC_NUMERIC
+copy "ne_NP"
+END LC_NUMERIC
+
+
+LC_TIME
+copy "mai_IN"
+END LC_TIME
+
+
+LC_MESSAGES
+copy "hi_IN"
+END LC_MESSAGES
+
+
+LC_PAPER
+copy "ne_NP"
+END LC_PAPER
+
+
+LC_NAME
+copy "hi_IN"
+END LC_NAME
+
+
+LC_ADDRESS
+postal_fmt   "<U0025><U0066><U0025><U004E><U0025><U0068><U0025><U0073>/
+<U0025><U004E><U0025><U0054>"
+country_name "<U0928><U0947><U092A><U093E><U0932>"
+country_ab2 "<U004E><U0050>"
+country_ab3 "<U004E><U0050><U004C>"
+country_num 524
+% NEP
+country_car  "<U004E><U0045><U0050>"
+lang_name    "<U092E><U0948><U0925><U093F><U0932><U0940>"
+% mai
+lang_term    "<U006D><U0061><U0069>"
+% mai
+lang_lib    "<U006D><U0061><U0069>"
+END LC_ADDRESS
+
+
+LC_TELEPHONE
+copy "ne_NP"
+END LC_TELEPHONE
+
+
+LC_MEASUREMENT
+copy "ne_NP"
+END LC_MEASUREMENT
-- 
1.7.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]