diff options
author | Akhilesh Kumar <akhilesh.k@samsung.com> | 2017-07-26 09:21:32 +0530 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-07-26 12:19:53 +0200 |
commit | 64d38726e1db6e897b747dfdeab4bff33ad7864f (patch) | |
tree | 4cce027a347891f9f5228a14cb81b1d830c3d61a /localedata | |
parent | a426a65ce8c3a5cd849409dec2ea9de0c3b5f445 (diff) | |
download | glibc-64d38726e1db6e897b747dfdeab4bff33ad7864f.tar.gz glibc-64d38726e1db6e897b747dfdeab4bff33ad7864f.tar.xz glibc-64d38726e1db6e897b747dfdeab4bff33ad7864f.zip |
Added New Locale mai_NP
Maithili which is an official language not only in India but in Nepal as well. https://en.wikipedia.org/wiki/Maithili_language Reference is taken form mai_IN. [BZ #21835] * localedata/locales/mai_NP: New file. * localedata/SUPPORTED: Add mai_NP/UTF-8.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 6 | ||||
-rw-r--r-- | localedata/SUPPORTED | 1 | ||||
-rw-r--r-- | localedata/locales/mai_NP | 103 |
3 files changed, 110 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index bb4870f7d5..e42e3b01fa 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,11 @@ 2017-07-26 Akhilesh Kumar <akhilesh.k@samsung.com> + [BZ #21835] + * localedata/locales/mai_NP: New file. + * localedata/SUPPORTED: Add mai_NP/UTF-8. + +2017-07-26 Akhilesh Kumar <akhilesh.k@samsung.com> + [BZ #21838] * locales/the_NP (LC_CTYPE): copy "ne_NP" * locales/the_NP (LC_COLLATE): copy "ne_NP" diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index e93ad54b0b..5a9df1b6ca 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 0000000000..d131afd45b --- /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 |