public inbox for libc-locales@sourceware.org
 help / color / mirror / Atom feed
* [Bug localedata/2158] New: [PATCH] add ca_AD, ca_FR and ca_IT
@ 2006-01-16 14:40 robertmh at gnu dot org
  2006-01-16 14:42 ` [Bug localedata/2158] " robertmh at gnu dot org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: robertmh at gnu dot org @ 2006-01-16 14:40 UTC (permalink / raw)
  To: libc-locales

Catalan language is not only spoken in Spain (ca_ES), but also in Andorra, 
France and Italy.  In Andorra it is the official language. 
 
(see http://en.wikipedia.org/wiki/Catalan_language#Geographic_distribution) 
 
This patch adds ca_AD, ca_FR and ca_IT locales, with and without @euro variant.

-- 
           Summary: [PATCH] add ca_AD, ca_FR and ca_IT
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales at sources dot redhat dot com
        ReportedBy: robertmh at gnu dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=2158

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug localedata/2158] [PATCH] add ca_AD, ca_FR and ca_IT
  2006-01-16 14:40 [Bug localedata/2158] New: [PATCH] add ca_AD, ca_FR and ca_IT robertmh at gnu dot org
@ 2006-01-16 14:42 ` robertmh at gnu dot org
  2006-01-16 14:48 ` pere at hungry dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: robertmh at gnu dot org @ 2006-01-16 14:42 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From robertmh at gnu dot org  2006-01-16 14:42 -------
Created an attachment (id=828)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=828&action=view)
Add ca_AD, ca_FR and ca_IT

For ChangeLog:

2006-01-16  Robert Millan  <robertmh@gnu.org>

	* localedata/SUPPORTED: Add ca_AD, ca_FR and ca_IT variants.
	* localedata/locales/ca_AD: New.  Catalan for Andorra.
	* localedata/locales/ca_AD@euro: New.  Ditto with Euro.
	* localedata/locales/ca_FR: New.  Catalan for France.
	* localedata/locales/ca_FR@euro: New.  Ditto with Euro.
	* localedata/locales/ca_IT: New.  Catalan for Italy.
	* localedata/locales/ca_IT@euro: New.  Ditto with Euro.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2158

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug localedata/2158] [PATCH] add ca_AD, ca_FR and ca_IT
  2006-01-16 14:40 [Bug localedata/2158] New: [PATCH] add ca_AD, ca_FR and ca_IT robertmh at gnu dot org
  2006-01-16 14:42 ` [Bug localedata/2158] " robertmh at gnu dot org
@ 2006-01-16 14:48 ` pere at hungry dot com
  2006-01-16 15:16 ` robertmh at gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pere at hungry dot com @ 2006-01-16 14:48 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From pere at hungry dot com  2006-01-16 14:48 -------
Why do you want these new locales to be proved both with and without
the euro variant?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2158

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug localedata/2158] [PATCH] add ca_AD, ca_FR and ca_IT
  2006-01-16 14:40 [Bug localedata/2158] New: [PATCH] add ca_AD, ca_FR and ca_IT robertmh at gnu dot org
  2006-01-16 14:42 ` [Bug localedata/2158] " robertmh at gnu dot org
  2006-01-16 14:48 ` pere at hungry dot com
@ 2006-01-16 15:16 ` robertmh at gnu dot org
  2006-01-16 19:48 ` robertmh at gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: robertmh at gnu dot org @ 2006-01-16 15:16 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From robertmh at gnu dot org  2006-01-16 15:16 -------
  
It seems debian-installer uses the non-euro versions for UTF-8, with the 
following command: 
 
  $ localedef -c -f UTF-8 -i ca_FR debian/locales/ca_FR.UTF-8 
  cannot open locale definition file `ca_FR': No such file or directory  
 
  (strace reveals it's talking about /usr/share/i18n/locales/ca_FR) 
 
Is this correct, or should debian-installer (localechooser) be fixed? 
 

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2158

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug localedata/2158] [PATCH] add ca_AD, ca_FR and ca_IT
  2006-01-16 14:40 [Bug localedata/2158] New: [PATCH] add ca_AD, ca_FR and ca_IT robertmh at gnu dot org
                   ` (2 preceding siblings ...)
  2006-01-16 15:16 ` robertmh at gnu dot org
@ 2006-01-16 19:48 ` robertmh at gnu dot org
  2006-01-17  9:37 ` robertmh at gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: robertmh at gnu dot org @ 2006-01-16 19:48 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From robertmh at gnu dot org  2006-01-16 19:48 -------
Created an attachment (id=833)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=833&action=view)
new patch

Ok, after recieving some advice from d-i developers, I now understand that my
patch was horribly broken :)

Also noticed that ca_AD's LC_TELEPHONE "int_prefix" entry had a broken syntax.

My new patch includes only the variants without "@euro" extension, but with
ISO-8859-15 charset, and fixes this minor error in ca_AD.

2006-01-16  Robert Millan  <robertmh@gnu.org>

	* localedata/SUPPORTED: Add ca_AD, ca_FR and ca_IT variants.
	* localedata/locales/ca_AD: New.  Catalan for Andorra.
	* localedata/locales/ca_FR: New.  Catalan for France.
	* localedata/locales/ca_IT: New.  Catalan for Italy.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #828 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2158

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug localedata/2158] [PATCH] add ca_AD, ca_FR and ca_IT
  2006-01-16 14:40 [Bug localedata/2158] New: [PATCH] add ca_AD, ca_FR and ca_IT robertmh at gnu dot org
                   ` (3 preceding siblings ...)
  2006-01-16 19:48 ` robertmh at gnu dot org
@ 2006-01-17  9:37 ` robertmh at gnu dot org
  2006-04-24  7:07 ` drepper at redhat dot com
  2006-04-24 11:41 ` robertmh at gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: robertmh at gnu dot org @ 2006-01-17  9:37 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From robertmh at gnu dot org  2006-01-17 09:37 -------
Created an attachment (id=835)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=835&action=view)
fix LC_ADDRESS in ca_AD

Denis Barbier just pointed out the correct LC_ADDRESS for ca_AD.  I'm sending
an updated patch with his fix.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #833 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2158

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug localedata/2158] [PATCH] add ca_AD, ca_FR and ca_IT
  2006-01-16 14:40 [Bug localedata/2158] New: [PATCH] add ca_AD, ca_FR and ca_IT robertmh at gnu dot org
                   ` (4 preceding siblings ...)
  2006-01-17  9:37 ` robertmh at gnu dot org
@ 2006-04-24  7:07 ` drepper at redhat dot com
  2006-04-24 11:41 ` robertmh at gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: drepper at redhat dot com @ 2006-04-24  7:07 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From drepper at redhat dot com  2006-04-24 07:07 -------
I applied the patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=2158

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug localedata/2158] [PATCH] add ca_AD, ca_FR and ca_IT
  2006-01-16 14:40 [Bug localedata/2158] New: [PATCH] add ca_AD, ca_FR and ca_IT robertmh at gnu dot org
                   ` (5 preceding siblings ...)
  2006-04-24  7:07 ` drepper at redhat dot com
@ 2006-04-24 11:41 ` robertmh at gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: robertmh at gnu dot org @ 2006-04-24 11:41 UTC (permalink / raw)
  To: libc-locales


------- Additional Comments From robertmh at gnu dot org  2006-04-24 11:41 -------

Thank you!

You might want to also consider the other locale for Catalan I've submitted,
ca_ES@valencia (Bug 2522).


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2158

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2006-04-24 11:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-16 14:40 [Bug localedata/2158] New: [PATCH] add ca_AD, ca_FR and ca_IT robertmh at gnu dot org
2006-01-16 14:42 ` [Bug localedata/2158] " robertmh at gnu dot org
2006-01-16 14:48 ` pere at hungry dot com
2006-01-16 15:16 ` robertmh at gnu dot org
2006-01-16 19:48 ` robertmh at gnu dot org
2006-01-17  9:37 ` robertmh at gnu dot org
2006-04-24  7:07 ` drepper at redhat dot com
2006-04-24 11:41 ` robertmh at gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).