diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-24 07:07:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-24 07:07:43 +0000 |
commit | 396d3fa99356b179c503dfb2fe7865c339ab4a44 (patch) | |
tree | 6818f9ae007ce0603867a4b2bcd3ab45491b6ff5 /localedata/locales/ca_IT | |
parent | e3fe84befa27819b9cbb0ba1327def2c65e5f5f4 (diff) | |
download | glibc-396d3fa99356b179c503dfb2fe7865c339ab4a44.tar glibc-396d3fa99356b179c503dfb2fe7865c339ab4a44.tar.gz glibc-396d3fa99356b179c503dfb2fe7865c339ab4a44.tar.bz2 glibc-396d3fa99356b179c503dfb2fe7865c339ab4a44.zip |
[BZ #2158]
2006-01-17 Robert Millan <robertmh@gnu.org>
[BZ #2158]
* SUPPORTED: Add ca_AD, ca_FR and ca_IT variants.
* locales/ca_AD: New file.
* locales/ca_FR: New file.
* locales/ca_IT: New file.
Diffstat (limited to 'localedata/locales/ca_IT')
-rw-r--r-- | localedata/locales/ca_IT | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/localedata/locales/ca_IT b/localedata/locales/ca_IT new file mode 100644 index 0000000000..8f37a45554 --- /dev/null +++ b/localedata/locales/ca_IT @@ -0,0 +1,85 @@ +comment_char % +escape_char / +% +% Catalan Language Locale for Italy (L'Alguer) +% Language: ca +% Territory: IT +% Option: euro +% Revision: 1.0 +% Date: 2006-01-16 +% Application: general +% Users: general +% Charset: ISO-8859-15 +% Distribution and use is free, also +% for commercial purposes. + +LC_IDENTIFICATION +title "Catalan locale for Italy (L'Alguer) " +source "Robert Millan" +address "" +contact "" +email "" +tel "" +fax "" +language "Catalan" +territory "Italy (L'Alguer)" +revision "1.0" +date "2006-01-16" +% +category "ca_IT:2000";LC_IDENTIFICATION +category "ca_IT:2000";LC_CTYPE +category "ca_IT:2000";LC_COLLATE +category "ca_IT:2000";LC_TIME +category "ca_IT:2000";LC_NUMERIC +category "ca_IT:2000";LC_MONETARY +category "ca_IT:2000";LC_MESSAGES +category "ca_IT:2000";LC_PAPER +category "ca_IT:2000";LC_NAME +category "ca_IT:2000";LC_ADDRESS +category "ca_IT:2000";LC_TELEPHONE + +END LC_IDENTIFICATION + +LC_COLLATE +copy "ca_ES" +END LC_COLLATE + +LC_CTYPE +copy "i18n" +END LC_CTYPE + +LC_MESSAGES +copy "ca_ES" +END LC_MESSAGES + +LC_MONETARY +copy "ca_ES" +END LC_MONETARY + +LC_NUMERIC +copy "ca_ES" +END LC_NUMERIC + +LC_TIME +copy "ca_ES" +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 "ca_ES" +END LC_NAME + +LC_ADDRESS +copy "it_IT" +END LC_ADDRESS |