From c1bfb3e06b368a5d75af8a8b20826f7e31fd8ce3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 1 Sep 2008 21:00:35 +0000 Subject: [BZ #6856, BZ #6857] 2008-09-01 Ulrich Drepper [BZ #6857] * sd_IN@devanagari: New file. Contributed by Pravin Satpute . [BZ #6856] * ks_IN@devanagari: New file. Contributed by Pravin Satpute . --- localedata/ChangeLog | 12 ++- localedata/locales/ks_IN@devanagari | 204 ++++++++++++++++++++++++++++++++++++ 2 files changed, 215 insertions(+), 1 deletion(-) create mode 100644 localedata/locales/ks_IN@devanagari diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 2bc9e89975..5bba8ab052 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,8 +1,18 @@ +2008-09-01 Ulrich Drepper + + [BZ #6857] + * sd_IN@devanagari: New file. + Contributed by Pravin Satpute . + + [BZ #6856] + * ks_IN@devanagari: New file. + Contributed by Pravin Satpute . + 2008-07-11 Ulrich Drepper * locales/iso14651_t1_common: Add Kannada collation support. Patch by Pravin Satpute . - + 2008-07-08 Ulrich Drepper [BZ #6713] diff --git a/localedata/locales/ks_IN@devanagari b/localedata/locales/ks_IN@devanagari new file mode 100644 index 0000000000..eafccf189a --- /dev/null +++ b/localedata/locales/ks_IN@devanagari @@ -0,0 +1,204 @@ +comment_char % +escape_char / +% Kashmiri language locale for India. +% Contributed by Rakesh Pandit and +% Pravin Satpute + +LC_IDENTIFICATION +title "Kashmiri language locale for India" +source "" +address "" +contact "" +email "ks-gnome-trans-commits@lists.code.indlinux.net" +tel "" +fax "" +language "Kashmiri" +territory "India" +revision "0.1" +date "2008-08-26" +% +category "ks_IN:2008";LC_IDENTIFICATION +category "ks_IN:2008";LC_CTYPE +category "ks_IN:2008";LC_COLLATE +category "ks_IN:2008";LC_TIME +category "ks_IN:2008";LC_NUMERIC +category "ks_IN:2008";LC_MONETARY +category "ks_IN:2008";LC_MESSAGES +category "ks_IN:2008";LC_PAPER +category "ks_IN:2008";LC_NAME +category "ks_IN:2008";LC_ADDRESS +category "ks_IN:2008";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. +% These are generated based on XML base Locale difintion 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 difintion 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 "/ +/ +" +% +first_weekday 1 +END LC_TIME + + +LC_MESSAGES +yesexpr "" +noexpr "" +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 +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 -- cgit 1.4.1