From 2655fd5cada2876a1df3fe79637fb6f8a3d585f7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 22 Dec 2011 10:48:43 -0500 Subject: [PATCH] Add bho_IN locale --- NEWS | 6 +- localedata/ChangeLog | 6 ++ localedata/SUPPORTED | 1 + localedata/locales/bho_IN | 164 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 175 insertions(+), 2 deletions(-) create mode 100644 localedata/locales/bho_IN diff --git a/NEWS b/NEWS index b3cfcc5..8061165 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-12-21 +GNU C Library NEWS -- history of user-visible changes. 2011-12-22 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -13,7 +13,7 @@ Version 2.15 12885, 12892, 12907, 12922, 12935, 13007, 13021, 13067, 13068, 13090, 13092, 13114, 13118, 13123, 13134, 13138, 13147, 13150, 13179, 13192, 13268, 13276, 13291, 13305, 13335, 13337, 13344, 13358, 13367, 13439, - 13446, 13472, 13484, 13506, 13515, 13524, 13538 + 13446, 13472, 13484, 13506, 13515, 13523, 13524, 13538 * New program pldd to list loaded object of a process Implemented by Ulrich Drepper. @@ -64,6 +64,8 @@ Version 2.15 * Optimized nearbyint and strcasecmp for PPC. Implemented by Adhemerval Zanella. + +* New locale: bho_IN Version 2.14 diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 43bd3bf..28c4d0a 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2011-12-22 Ulrich Drepper + + [BZ #13523] + * locales/bho_IN: New file. + * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry + 2011-11-17 Ulrich Drepper * Makefile (charmaps): Not need to filter out any of the VC diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 2813c92..51e16bc 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -58,6 +58,7 @@ ber_DZ/UTF-8 \ ber_MA/UTF-8 \ bg_BG.UTF-8/UTF-8 \ bg_BG/CP1251 \ +bho_IN/UTF-8 \ bn_BD/UTF-8 \ bn_IN/UTF-8 \ bo_CN/UTF-8 \ diff --git a/localedata/locales/bho_IN b/localedata/locales/bho_IN new file mode 100644 index 0000000..2cef6ce --- /dev/null +++ b/localedata/locales/bho_IN @@ -0,0 +1,164 @@ +comment_char % +escape_char / +% Bhojpuri language locale for India. +% Contributed by Alok Ranjan , +% Dr.Chandra Mohan , +% Rajesh Ranjan and Pravin Satpute + +LC_IDENTIFICATION +title "Bhojpuri language locale for India" +source "" +address "" +contact "" +email "bhashaghar@googlegroups.com" +tel "" +fax "" +language "Bhojpuri" +territory "India" +revision "0.1" +date "2011-12-20" +% +category "bho_IN:2011";LC_IDENTIFICATION +category "bho_IN:2011";LC_CTYPE +category "bho_IN:2011";LC_COLLATE +category "bho_IN:2011";LC_TIME +category "bho_IN:2011";LC_NUMERIC +category "bho_IN:2011";LC_MONETARY +category "bho_IN:2011";LC_MESSAGES +category "bho_IN:2011";LC_PAPER +category "bho_IN:2011";LC_NAME +category "bho_IN:2011";LC_ADDRESS +category "bho_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. +% 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 "/ +/ +" +END LC_TIME + + +LC_MESSAGES +copy "hi_IN" +END LC_MESSAGES + + +LC_PAPER +copy "hi_IN" +END LC_PAPER + + +LC_NAME +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 -- 2.7.4