From 5f5682b9654101ccaf375c2814cbddbe6033a725 Mon Sep 17 00:00:00 2001 From: Matthias Wallnoefer Date: Wed, 13 Apr 2016 17:39:52 -0400 Subject: [PATCH] localedata: de_IT: new locale --- localedata/ChangeLog | 6 ++ localedata/SUPPORTED | 2 + localedata/locales/de_IT | 144 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 152 insertions(+) create mode 100644 localedata/locales/de_IT diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 8d6a345..546ba21 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,11 @@ 2016-04-13 Matthias Wallnoefer + * locales/de_IT: New locale. + * localedata/SUPPORTED (SUPPORTED-LOCALES): Add de_IT.UTF-8/UTF-8 + and de_IT/ISO-8859-1. + +2016-04-13 Matthias Wallnoefer + * locales/de_AT (LC_MESSAGES): Change to copy de_DE. (LC_NAME): Likewise. * locales/de_CH (LC_NAME): Likewise. diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index b1bb310..2eaab81 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -106,6 +106,8 @@ de_CH/ISO-8859-1 \ de_DE.UTF-8/UTF-8 \ de_DE/ISO-8859-1 \ de_DE@euro/ISO-8859-15 \ +de_IT.UTF-8/UTF-8 \ +de_IT/ISO-8859-1 \ de_LU.UTF-8/UTF-8 \ de_LU/ISO-8859-1 \ de_LU@euro/ISO-8859-15 \ diff --git a/localedata/locales/de_IT b/localedata/locales/de_IT new file mode 100644 index 0000000..3cd144d --- /dev/null +++ b/localedata/locales/de_IT @@ -0,0 +1,144 @@ +comment_char % +escape_char / + +% This file is part of the GNU C Library and contains locale data. +% The Free Software Foundation does not claim any copyright interest +% in the locale data contained in this file. The foregoing does not +% affect the license of the GNU C Library as a whole. It does not +% exempt you from the conditions of the license if your use would +% otherwise be governed by that license. + +% German Language Locale for Italy +% Source: not available +% Address: I-39100 Bolzano/Bozen, Italy +% Contact: Matthias Dieter Wallno:fer +% Email: matthias.wallnoefer@lugbz.org +% Language: de +% Territory: IT +% Option: euro +% Revision: 1.0 +% Date: 2016-03-12 +% Users: general + +LC_IDENTIFICATION +title "German language locale for Italy" +source "" +address "I-39100 Bolzano/Bozen" +contact "Matthias Dieter Wallno:fer" +email "libc-locales@sourceware.org" +tel "" +fax "" +language "German" +territory "Italy" +revision "1.0" +date "2000-06-28" + +category "i18n:2002";LC_IDENTIFICATION +category "i18n:2002";LC_CTYPE +category "i18n:2002";LC_COLLATE +category "i18n:2002";LC_TIME +category "i18n:2002";LC_NUMERIC +category "i18n:2002";LC_MONETARY +category "i18n:2002";LC_MESSAGES +category "i18n:2002";LC_PAPER +category "i18n:2002";LC_NAME +category "i18n:2002";LC_ADDRESS +category "i18n:2002";LC_TELEPHONE +category "i18n:2002";LC_MEASUREMENT +END LC_IDENTIFICATION + +LC_CTYPE +copy "de_DE" +END LC_CTYPE + +LC_COLLATE +copy "de_DE" +END LC_COLLATE + +LC_MESSAGES +copy "de_DE" +END LC_MESSAGES + +LC_MONETARY +copy "it_IT" +END LC_MONETARY + +LC_NUMERIC +copy "de_DE" +END LC_NUMERIC + +LC_TIME +abday "";"";/ + "";"";/ + "";"";/ + "" +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +d_t_fmt "" +d_fmt "" +t_fmt "" +am_pm "";"" +t_fmt_ampm "" +date_fmt "/ +/ +" +week 7;19971130;4 +first_weekday 2 +first_workday 2 +END LC_TIME + +LC_PAPER +copy "it_IT" +END LC_PAPER + +LC_TELEPHONE +copy "it_IT" +END LC_TELEPHONE + +LC_MEASUREMENT +copy "it_IT" +END LC_MEASUREMENT + +LC_NAME +copy "de_DE" +END LC_NAME + +LC_ADDRESS +postal_fmt "/ +/ +/ +/ +" +country_name "" +country_ab2 "" +country_ab3 "" +country_num 380 +country_car "" +lang_name "" +lang_ab "" +lang_term "" +lang_lib "" +END LC_ADDRESS -- 2.7.4