From b46d046e7bf7e0f96e41e522da731b89177e31ab Mon Sep 17 00:00:00 2001 From: Arun Kumar Pyasi Date: Fri, 15 Nov 2013 15:15:59 -0500 Subject: New locale for the_NP. --- localedata/ChangeLog | 6 ++ localedata/SUPPORTED | 1 + localedata/locales/the_NP | 230 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 237 insertions(+) create mode 100644 localedata/locales/the_NP (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index db66f665cf..4c4dc8dbb6 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2013-11-15 Arun Kumar Pyasi + + [BZ#16172] + * locales/the_NP: New locale for the_NP. + * SUPPORTED: Add the_NP. + 2013-11-14 Chris Leonard [BZ #16143] diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 25dfca3062..d4ce44e5e5 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -406,6 +406,7 @@ tg_TJ.UTF-8/UTF-8 \ tg_TJ/KOI8-T \ th_TH.UTF-8/UTF-8 \ th_TH/TIS-620 \ +the_NP/UTF-8 \ ti_ER/UTF-8 \ ti_ET/UTF-8 \ tig_ER/UTF-8 \ diff --git a/localedata/locales/the_NP b/localedata/locales/the_NP new file mode 100644 index 0000000000..f53c4825d7 --- /dev/null +++ b/localedata/locales/the_NP @@ -0,0 +1,230 @@ +comment_char % +escape_char / +% Tharu language locale for Nepal. +% Contributed by Arun Kumar Pyasi +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% This file is a part of GNU C Library (glibc) 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 GNU C Library (glibc) as a whole. It does not exempt you from the +% conditions of the license if your use would otherwise be governed by +% that license. +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +LC_IDENTIFICATION +title "Tharu language locale for Nepal" +source "Chitwanix OS Development" +address "Sangam Market, narayanghat, Nepal" +contact "" +email "info@chitwanix.com" +tel "9779845330174" +fax "" +language "Chitwania Tharu" +territory "Nepal" +revision "1.1" +date "2013-11-15" +% +category "the_NP:2013";LC_IDENTIFICATION +category "the_NP:2013";LC_CTYPE +category "the_NP:2013";LC_COLLATE +category "the_NP:2013";LC_TIME +category "the_NP:2013";LC_NUMERIC +category "the_NP:2013";LC_MONETARY +category "the_NP:2013";LC_MESSAGES +category "the_NP:2013";LC_PAPER +category "the_NP:2013";LC_NAME +category "the_NP:2013";LC_ADDRESS +category "the_NP:2013";LC_TELEPHONE +category "the_NP:2013";LC_MEASUREMENT + +END LC_IDENTIFICATION + +LC_CTYPE +copy "i18n" + +translit_start +include "translit_combining";"" +translit_end +END LC_CTYPE + +LC_COLLATE +% Copy the template from ISO/IEC 14651 +copy "iso14651_t1" +END LC_COLLATE + +LC_MONETARY +% This is the POSIX Locale definition the LC_MONETARY category. +% These are generated based on XML base Locale definition file +% for IBM Class for Unicode/Java +% +int_curr_symbol "" +currency_symbol "" +mon_decimal_point "" +mon_thousands_sep "" +mon_grouping 3 +positive_sign "" +negative_sign "" +int_frac_digits 2 +frac_digits 2 +p_cs_precedes 1 +p_sep_by_space 1 +n_cs_precedes 1 +n_sep_by_space 1 +p_sign_posn 1 +n_sign_posn 1 +% +END LC_MONETARY + + +LC_NUMERIC +% This is the POSIX Locale definition for the LC_NUMERIC category. +% +decimal_point "" +thousands_sep "" +grouping 3 +% +END LC_NUMERIC + + +LC_TIME +% This is the POSIX Locale definition for the LC_TIME category. +% These are generated based on XML base Locale definition file +% for IBM Class for Unicode/Java +% +% Abbreviated weekday names (%a) +abday "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% +% Full weekday names (%A) +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% +% Abbreviated month names (%b) +abmon "";/ + "";/ + "";/ + "";/ + "";"";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% +% Full month names (%B) +mon "";/ + "";/ + "";/ + "";/ + "";"";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% +% Equivalent of AM PM +am_pm "";/ + "" +% +% Appropriate date and time representation +% %A %d %b %Y%I:%M:%S %Z +d_t_fmt "/ +/ +" +% +% Appropriate date representation +% %A %d %b %Y +d_fmt "/ +" +% +% Appropriate time representation +% %I:%M:%S %Z +t_fmt "/ +" +% +% Appropriate 12 h time representation (%r) +t_fmt_ampm "/ +" +% +date_fmt "/ +/ +" +% FIXME: found in CLDR +first_weekday 1 +END LC_TIME + + +LC_MESSAGES +yesexpr "" +noexpr "" +END LC_MESSAGES + + +LC_PAPER +% This is the ISO_IEC TR14652 Locale definition for the +% LC_PAPER category +height 297 +width 210 + +END LC_PAPER + + +LC_NAME +% This is the ISO_IEC TR14652 Locale definition for the +% LC_NAME category. +% +name_fmt "" +name_gen "" +name_mr "" +name_mrs "" +name_miss "" +name_ms "" + +END LC_NAME + + +LC_ADDRESS +% This is the ISO_IEC TR14652 Locale definition for the +% LC_ADDRESS +postal_fmt "/ +" +% the +lang_term "" +% the +lang_lib "" +country_ab2 "" +country_ab3 "" +country_num 524 +END LC_ADDRESS + + +LC_TELEPHONE +% This is the ISO_IEC TR14652 Locale definition for the +% +tel_int_fmt "/ +" +int_prefix "" + +END LC_TELEPHONE + + +LC_MEASUREMENT +% This is the ISO_IEC TR14652 Locale definition for the +% +measurement 1 + +END LC_MEASUREMENT -- cgit 1.4.1