From 1eb0b490809a681ea801a1cbd93df5b51a4a47e0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 22 Dec 2011 11:23:28 -0500 Subject: Add es_CU locale --- NEWS | 6 +-- localedata/ChangeLog | 4 ++ localedata/SUPPORTED | 1 + localedata/locales/es_CU | 122 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 130 insertions(+), 3 deletions(-) create mode 100644 localedata/locales/es_CU diff --git a/NEWS b/NEWS index 2625603622..42da1f1517 100644 --- a/NEWS +++ b/NEWS @@ -12,8 +12,8 @@ Version 2.15 6779, 6783, 9696, 10103, 10709, 11589, 12403, 12847, 12868, 12852, 12874, 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, 13423, - 13439, 13446, 13472, 13484, 13506, 13515, 13523, 13524, 13538 + 13268, 13276, 13291, 13305, 13335, 13337, 13344, 13358, 13367, 13416, + 13423, 13439, 13446, 13472, 13484, 13506, 13515, 13523, 13524, 13538 * New program pldd to list loaded object of a process Implemented by Ulrich Drepper. @@ -65,7 +65,7 @@ Version 2.15 * Optimized nearbyint and strcasecmp for PPC. Implemented by Adhemerval Zanella. -* New locales: bho_IN, unm_US +* New locales: bho_IN, unm_US, es_CU Version 2.14 diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 0a1541c4d3..d3f4458384 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,9 @@ 2011-12-22 Ulrich Drepper + [BZ #13416] + * locales/es_CU: New file. + * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry + [BZ #13423] * locales/unm_US: New file. * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index ed049b263c..36b0405c1f 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -148,6 +148,7 @@ es_CO.UTF-8/UTF-8 \ es_CO/ISO-8859-1 \ es_CR.UTF-8/UTF-8 \ es_CR/ISO-8859-1 \ +es_CU/UTF-8 \ es_DO.UTF-8/UTF-8 \ es_DO/ISO-8859-1 \ es_EC.UTF-8/UTF-8 \ diff --git a/localedata/locales/es_CU b/localedata/locales/es_CU new file mode 100644 index 0000000000..67fb5f9a0c --- /dev/null +++ b/localedata/locales/es_CU @@ -0,0 +1,122 @@ +comment_char % +escape_char / +% +% Spanish Language Locale for Cuba +% Address: San Antonio de los Baos Highway, Kilometer 1 1/2, +% University of Informatic Sciences +% Contact: Rosniel Arian Montanet +% Email: ramontanet@estudiantes.uci.cu +% Tel: +45 - 837-2531 +% Fax: +45 - 0000000 +% Language: es +% Territory: CU +% Revision: 0.1 +% Date: 2011-10-19 +% Application: general +% Users: general +% Distribution and use is free, also +% for commercial purposes. + +LC_IDENTIFICATION +title "Spanish locale for Cuba" +source "" +address "San Antonio de los Baos Highway, Kilometer 1 1/2, University of Informatic Sciences " +contact "" +email "bug-glibc-locales@gnu.org" +tel "" +fax "" +language "Spanish" +territory "Cuba" +revision "0.1" +date "2011-10-19" +% +category "es_CU:2000";LC_IDENTIFICATION +category "es_CU:2000";LC_CTYPE +category "es_CU:2000";LC_COLLATE +category "es_CU:2000";LC_TIME +category "es_CU:2000";LC_NUMERIC +category "es_CU:2000";LC_MONETARY +category "es_CU:2000";LC_MESSAGES +category "es_CU:2000";LC_PAPER +category "es_CU:2000";LC_NAME +category "es_CU:2000";LC_ADDRESS +category "es_CU:2000";LC_TELEPHONE + +END LC_IDENTIFICATION + +LC_COLLATE +% Copy the template from ISO/IEC 14651 +copy "iso14651_t1" +END LC_COLLATE + +LC_CTYPE +copy "i18n" + +translit_start +include "translit_combining";"" +translit_end +END LC_CTYPE + +LC_MESSAGES +copy "es_ES" +END LC_MESSAGES + +LC_MONETARY +int_curr_symbol "" +currency_symbol "" +mon_decimal_point "" +mon_thousands_sep "" +mon_grouping 3;3 +positive_sign "" +negative_sign "" +int_frac_digits 2 +frac_digits 2 +p_cs_precedes 0 +p_sep_by_space 1 +n_cs_precedes 0 +n_sep_by_space 1 +p_sign_posn 1 +n_sign_posn 1 +END LC_MONETARY + +LC_NUMERIC +decimal_point "" +thousands_sep "" +grouping 0;0 +END LC_NUMERIC + +LC_TIME +copy "es_ES" +END LC_TIME + +LC_PAPER +height 297 +width 210 +END LC_PAPER + +LC_TELEPHONE +tel_int_fmt "/ +" +int_prefix "" +END LC_TELEPHONE + +LC_MEASUREMENT +% FIXME +measurement 1 +END LC_MEASUREMENT + +LC_NAME +name_fmt "/ +" +END LC_NAME + +LC_ADDRESS +postal_fmt "/ +/ +/ +/ +" +country_ab2 "" +country_ab3 "" +country_num 192 +END LC_ADDRESS -- cgit 1.4.1