From 6894bb76e73f8f816010ef346d9f4fea54385a33 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 9 May 2011 14:39:10 -0400 Subject: [PATCH] Add lij_IT locale --- NEWS | 10 ++-- localedata/ChangeLog | 4 ++ localedata/SUPPORTED | 1 + localedata/locales/lij_IT | 130 ++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 140 insertions(+), 5 deletions(-) create mode 100644 localedata/locales/lij_IT diff --git a/NEWS b/NEWS index ea1529c..ac1d7fa 100644 --- a/NEWS +++ b/NEWS @@ -9,10 +9,10 @@ Version 2.14 * The following bugs are resolved with this release: - 11724, 12178, 12200, 12346, 12393, 12420, 12445, 12449, 12454, 12460, - 12469, 12489, 12509, 12510, 12518, 12541, 12545, 12551, 12583, 12587, - 12597, 12611, 12631, 12650, 12653, 12655, 12660, 12681, 12685, 12711, - 12713, 12714, 12717, 12723, 12734, 12738 + 11724, 12158, 12178, 12200, 12346, 12393, 12420, 12445, 12449, 12454, + 12460, 12469, 12489, 12509, 12510, 12518, 12541, 12545, 12551, 12583, + 12587, 12597, 12611, 12631, 12650, 12653, 12655, 12660, 12681, 12685, + 12711, 12713, 12714, 12717, 12723, 12734, 12738 * The RPC implementation in libc is obsoleted. Old programs keep working but new programs cannot be linked with the routines in libc anymore. @@ -28,7 +28,7 @@ Version 2.14 syncfs * New locales: os_RU, bem_ZA, en_ZA, ff_SN, sw_KE, sw_TZ, lb_LU, wae_CH, - yue_HK + yue_HK, lij_IT Version 2.13 diff --git a/localedata/ChangeLog b/localedata/ChangeLog index b7d9ab5..4e2c9b9 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,9 @@ 2011-05-09 Ulrich Drepper + [BZ #12158] + * locales/lij_IT: New file. + * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry. + [BZ #12200] * locales/yue_HK: New file. * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry. diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 01a3722..e238663 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -276,6 +276,7 @@ lg_UG.UTF-8/UTF-8 \ lg_UG/ISO-8859-10 \ li_BE/UTF-8 \ li_NL/UTF-8 \ +lij_IT/UTF-8 \ lo_LA/UTF-8 \ lt_LT.UTF-8/UTF-8 \ lt_LT/ISO-8859-13 \ diff --git a/localedata/locales/lij_IT b/localedata/locales/lij_IT new file mode 100644 index 0000000..1ee9978 --- /dev/null +++ b/localedata/locales/lij_IT @@ -0,0 +1,130 @@ +comment_char % +escape_char / +% Locale for Ligurian locale in Italy +% Contributed by Alessio Gastaldi , 2010 + +LC_IDENTIFICATION +title "Ligurian locale for Italy" +source "Gastaldi" +address "" +contact "" +email "alessio.gastaldi@libero.it" +tel "" +fax "" +language "Ligurian" +territory "Italy" +revision "1.0" +date "2010-10-22" +% +category "lij_IT:2000";LC_IDENTIFICATION +category "lij_IT:2000";LC_CTYPE +category "lij_IT:2000";LC_COLLATE +category "lij_IT:2000";LC_TIME +category "lij_IT:2000";LC_NUMERIC +category "lij_IT:2000";LC_MONETARY +category "lij_IT:2000";LC_MESSAGES +category "lij_IT:2000";LC_PAPER +category "lij_IT:2000";LC_NAME +category "lij_IT:2000";LC_ADDRESS +category "lij_IT:2000";LC_TELEPHONE + +END LC_IDENTIFICATION +% +LC_COLLATE +copy "iso14651_t1" +END LC_COLLATE + +LC_CTYPE +copy "i18n" + +translit_start +include "translit_combining";"" +translit_end +END LC_CTYPE + +LC_MESSAGES +yesexpr "" +noexpr "" +END LC_MESSAGES + +LC_MONETARY +copy "it_IT" +END LC_MONETARY + +LC_NUMERIC +copy "it_IT" +END LC_NUMERIC + +LC_TIME +abday "";"";/ + "";"";/ + "";"";/ + "" +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +d_t_fmt "" +d_fmt "" +t_fmt "" +am_pm "";"" +t_fmt_ampm "" +date_fmt "/ +/ +" +END LC_TIME + +LC_PAPER +% FIXME +height 297 +% FIXME +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 380 +END LC_ADDRESS -- 2.7.4