From 16c6f99208229d7222fd26499749e56137322a3c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 22 Dec 2011 11:50:52 -0500 Subject: Add brx_IN locale --- localedata/ChangeLog | 4 + localedata/SUPPORTED | 1 + localedata/locales/brx_IN | 185 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 190 insertions(+) create mode 100644 localedata/locales/brx_IN (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 472691ab3b..17c135dfea 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,9 @@ 2011-12-22 Ulrich Drepper + [BZ #13282] + * locales/brx_IN: New file. + * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry + [BZ #13413] * locales/nl_BE: Use LC_MONETARY from nl_NL. diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 36b0405c1f..a4e6397941 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -66,6 +66,7 @@ bo_IN/UTF-8 \ br_FR.UTF-8/UTF-8 \ br_FR/ISO-8859-1 \ br_FR@euro/ISO-8859-15 \ +brx_IN/UTF-8 \ bs_BA.UTF-8/UTF-8 \ bs_BA/ISO-8859-2 \ byn_ER/UTF-8 \ diff --git a/localedata/locales/brx_IN b/localedata/locales/brx_IN new file mode 100644 index 0000000000..0277a8e0a4 --- /dev/null +++ b/localedata/locales/brx_IN @@ -0,0 +1,185 @@ +comment_char % +escape_char / +% Bodo language locale for India. +% Contributed by Pravin Satpute and Sanjib Narzary +% Reference http://www.unicode.org/cldr/trac/browser/trunk/common/main/brx.xml + +LC_IDENTIFICATION +title "Bodo language locale for India" +source "Red Hat Pune" +address "Level 1, Tower X, Cybercity, Magarpatta City, Hadapsar, Pune-411013 " +contact "" +email "bug-glibc-locales@gnu.org" +tel "" +fax "" +language "Bodo" +territory "India" +revision "1.0" +date "2011-10-17" +% +category "brx_IN:2011";LC_IDENTIFICATION +category "brx_IN:2011";LC_CTYPE +category "brx_IN:2011";LC_COLLATE +category "brx_IN:2011";LC_TIME +category "brx_IN:2011";LC_NUMERIC +category "brx_IN:2011";LC_MONETARY +category "brx_IN:2011";LC_MESSAGES +category "brx_IN:2011";LC_PAPER +category "brx_IN:2011";LC_NAME +category "brx_IN:2011";LC_ADDRESS +category "brx_IN:2011";LC_TELEPHONE + +END LC_IDENTIFICATION + +LC_CTYPE +copy "hi_IN" +END LC_CTYPE + +LC_COLLATE +copy "hi_IN" +END LC_COLLATE + +LC_MONETARY +copy "hi_IN" +END LC_MONETARY + + +LC_NUMERIC +copy "hi_IN" +END LC_NUMERIC + + +LC_TIME +% This is the POSIX Locale definition for the LC_TIME category +% generated by IBM Basic CountryPack Transformer. +% These are generated based on XML base Locale definition file +% for IBM Class for Unicode. +% +% 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 "/ +" +% +% Appropriate date representation (date(1)) "%a %b %e %H:%M:%S %Z %Y" +date_fmt "/ +/ +" +END LC_TIME + + +LC_MESSAGES +% This is the POSIX Locale definition for the LC_MESSAGES category +% generated by IBM Basic CountryPack Transformer. +% These are generated based on XML base Locale definition file +% for IBM Class for Unicode. +% +% ^(Yes|[yY]) +yesexpr "/ +" +% +% ^(No|[nN]) +noexpr "/ +" +% +END LC_MESSAGES + + +LC_PAPER +copy "hi_IN" +END LC_PAPER + + +LC_NAME +% This is the ISO_IEC TR14652 Locale definition for the LC_NAME category +% generated by IBM Basic CountryPack Transformer. +% +% +name_fmt "/ +" +name_gen "" +name_mr "" +name_mrs "" +name_miss "" +name_ms "" + +END LC_NAME + + +LC_ADDRESS +copy "hi_IN" +END LC_ADDRESS + + +LC_TELEPHONE +copy "hi_IN" +END LC_TELEPHONE + + +LC_MEASUREMENT +copy "hi_IN" +END LC_MEASUREMENT -- cgit v1.2.3