From 64d38726e1db6e897b747dfdeab4bff33ad7864f Mon Sep 17 00:00:00 2001 From: Akhilesh Kumar Date: Wed, 26 Jul 2017 09:21:32 +0530 Subject: 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. --- localedata/locales/mai_NP | 103 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 localedata/locales/mai_NP (limited to 'localedata/locales') 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 . + +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 "/ +" +country_name "" +country_ab2 "" +country_ab3 "" +country_num 524 +% NEP +country_car "" +lang_name "" +% mai +lang_term "" +% mai +lang_lib "" +END LC_ADDRESS + + +LC_TELEPHONE +copy "ne_NP" +END LC_TELEPHONE + + +LC_MEASUREMENT +copy "ne_NP" +END LC_MEASUREMENT -- cgit 1.4.1