From 486ee36e4022a1a04a6943502458376bcff7b021 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 1 Sep 2008 20:58:09 +0000 Subject: Sindhi language locale for India using Devanagari script. --- localedata/locales/sd_IN@devanagari | 206 ++++++++++++++++++++++++++++++++++++ 1 file changed, 206 insertions(+) create mode 100644 localedata/locales/sd_IN@devanagari diff --git a/localedata/locales/sd_IN@devanagari b/localedata/locales/sd_IN@devanagari new file mode 100644 index 0000000..0759fb3 --- /dev/null +++ b/localedata/locales/sd_IN@devanagari @@ -0,0 +1,206 @@ +comment_char % +escape_char / +% Sindhi language locale for India. +% Contributed by Pravin Satpute and +% DR K.P. LEKHWANI + +LC_IDENTIFICATION +title "Sindhi language locale for India" +source "Redhat, Pune" +address "Marisfot III, Marigold Premises, East-Wing, Kalyaninagar, Pune, India-411014" +contact "" +email "bug-glibc-locales@gnu.org" +tel "" +fax "" +language "Sindhi" +territory "India" +revision "1.0" +date "2008-08-26" +% +category "sd_IN:2008";LC_IDENTIFICATION +category "sd_IN:2008";LC_CTYPE +category "sd_IN:2008";LC_COLLATE +category "sd_IN:2008";LC_TIME +category "sd_IN:2008";LC_NUMERIC +category "sd_IN:2008";LC_MONETARY +category "sd_IN:2008";LC_MESSAGES +category "sd_IN:2008";LC_PAPER +category "sd_IN:2008";LC_NAME +category "sd_IN:2008";LC_ADDRESS +category "sd_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 +% 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 difintion 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 "" +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 -- cgit v1.1