From 01839a33ecadb237cf23376364fb91cdaa4b3017 Mon Sep 17 00:00:00 2001 From: Pravin Satpute Date: Mon, 1 Dec 2014 15:23:47 +0530 Subject: New locale raj_IN (#16857) --- localedata/ChangeLog | 4 ++ localedata/SUPPORTED | 1 + localedata/locales/raj_IN | 177 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 182 insertions(+) create mode 100644 localedata/locales/raj_IN (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 0e9782477e..1636e52740 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,9 @@ 2014-12-01 Pravin Satpute + [BZ #16857] + * locales/raj_IN: New locale for raj_IN. + * SUPPORTED: Add raj_IN. + [BZ #17192] * locales/ce_RU: New locale Chechen for RUSSIAN FEDERATION. * SUPPORTED: Add ce_RU. diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 65cd40789f..9bf2a4f384 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -356,6 +356,7 @@ pt_PT.UTF-8/UTF-8 \ pt_PT/ISO-8859-1 \ pt_PT@euro/ISO-8859-15 \ quz_PE/UTF-8 \ +raj_IN/UTF-8 \ ro_RO.UTF-8/UTF-8 \ ro_RO/ISO-8859-2 \ ru_RU.KOI8-R/KOI8-R \ diff --git a/localedata/locales/raj_IN b/localedata/locales/raj_IN new file mode 100644 index 0000000000..a2621fd747 --- /dev/null +++ b/localedata/locales/raj_IN @@ -0,0 +1,177 @@ +comment_char % +escape_char / +% Rajasthani language locale for India. +% Contributed by Meghraj Suthar +% Rajesh Ranjan , Chandan Kumar + +LC_IDENTIFICATION +title "Rajasthani language locale for India" +source "" +address "" +contact "" +email "meghrajsuthar03@gmail.com" +tel "" +fax "" +language "Rajasthani" +territory "India" +revision "1.0" +date "2014-06-13" +% +category "raj_IN:2014";LC_IDENTIFICATION +category "raj_IN:2014";LC_CTYPE +category "raj_IN:2014";LC_COLLATE +category "raj_IN:2014";LC_TIME +category "raj_IN:2014";LC_NUMERIC +category "raj_IN:2014";LC_MONETARY +category "raj_IN:2014";LC_MESSAGES +category "raj_IN:2014";LC_PAPER +category "raj_IN:2014";LC_NAME +category "raj_IN:2014";LC_ADDRESS +category "raj_IN:2014";LC_TELEPHONE +category "raj_IN:2014";LC_MEASUREMENT +END LC_IDENTIFICATION + +LC_CTYPE +copy "hi_IN" +END LC_CTYPE + +LC_COLLATE + +% Copy the template from ISO/IEC 14651 +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 +yesexpr "" +noexpr "" +END LC_MESSAGES + +LC_PAPER +% This is the ISO_IEC TR14652 Locale definition for the LC_PAPER category +% generated by IBM Basic CountryPack Transformer. +height 297 +width 210 +END LC_PAPER + +LC_NAME +% This is the ISO_IEC TR14652 Locale definition for the +% LC_NAME category. +% +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