From 735be400144a70658c635382a74653582d50c835 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 6 Apr 2009 17:54:58 +0000 Subject: [PATCH] * locales/ks_IN: New file. Patch by Mohammad Nayeem and Pravin Satpute . --- NEWS | 6 +- localedata/ChangeLog | 6 ++ localedata/locales/ks_IN | 211 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 220 insertions(+), 3 deletions(-) create mode 100644 localedata/locales/ks_IN diff --git a/NEWS b/NEWS index 37168f9437..1388caa804 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2009-4-5 +GNU C Library NEWS -- history of user-visible changes. 2009-4-6 Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc. See the end for copying conditions. @@ -14,7 +14,7 @@ Version 2.10 Implemented by Ulrich Drepper. * Correct declarations of string function when used in C++ code. This - could lead to compile error for invalid C++ code. + could lead to compile errors for invalid C++ code. * XPG7/POSIX 2008 compilation environment. Many GNU-specific functions are now in POSIX. @@ -35,7 +35,7 @@ Version 2.10 but higher performing in multi-threaded programs. Implemented by Ulrich Drepper. -* New locale: nan_TW@latin +* New locales: nan_TW@latin, ks_IN * Faster strlen and strchr on x86-64. Implemented by Ulrich Drepper. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index fd04655f73..9c0a28b979 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2009-04-06 Ulrich Drepper + + * locales/ks_IN: New file. + Patch by Mohammad Nayeem and + Pravin Satpute . + 2009-03-23 Jakub Jelinek [BZ #9985] diff --git a/localedata/locales/ks_IN b/localedata/locales/ks_IN new file mode 100644 index 0000000000..5d53c934a1 --- /dev/null +++ b/localedata/locales/ks_IN @@ -0,0 +1,211 @@ +comment_char % +escape_char / +% Kashmiri language locale for India. +% Contributed by Pravin Satpute and +% Mr. Mohammad Nayeem + +LC_IDENTIFICATION + +title "Kashmiri language locale for India" +source "Red Hat, Pune" +address "Marisfot III, Marigold Premises, East-Wing, Kalyaninagar, Pune, India-411014" +contact "" +email "bug-glibc-locales@gnu.org" +tel "" +fax "" +language "Kashmiri" +territory "India" +revision "1.0" +date "2009,April,06" +% +category "ks_IN:2009";LC_IDENTIFICATION +category "ks_IN:2009";LC_CTYPE +category "ks_IN:2009";LC_COLLATE +category "ks_IN:2009";LC_TIME +category "ks_IN:2009";LC_NUMERIC +category "ks_IN:2009";LC_MONETARY +category "ks_IN:2009";LC_MESSAGES +category "ks_IN:2009";LC_PAPER +category "ks_IN:2009";LC_NAME +category "ks_IN:2009";LC_ADDRESS +category "ks_IN:2009";LC_TELEPHONE + + +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 +% generated by IBM Basic CountryPack Transformer. +% These are generated based on XML base Locale defintion file +% for IBM Class for Unicode. +% +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 +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 +yesexpr "" +noexpr "" + +yesstr "" +nostr "" +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 +% This is the ISO_IEC TR14652 Locale definition for the LC_ADDRESS category +% generated by IBM Basic CountryPack Transformer. +postal_fmt "" +country_ab2 "" +country_ab3 "" +country_num 356 + +END LC_ADDRESS + + +LC_TELEPHONE +copy "hi_IN" +END LC_TELEPHONE + + +LC_MEASUREMENT +copy "hi_IN" +END LC_MEASUREMENT -- 2.11.4.GIT