public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/11470] New: Add Albanian language support for Macedonia
@ 2010-04-06  6:39 linuxmaster at verizon dot net
  2010-04-06  6:41 ` [Bug localedata/11470] " linuxmaster at verizon dot net
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: linuxmaster at verizon dot net @ 2010-04-06  6:39 UTC (permalink / raw)
  To: glibc-bugs

Please copy the attached new file "sq_MK" into glibc/localedata/locales/ 
and save it as sq_MK

This file adds Albanian language support for the country of Macedonia, while
preserving the Macedonian currency, address format, telephone codes and page format.

The currency symbol in Albanian language is written in Latin letters because of
Albanian alphabet is in Latin letter.

-- 
           Summary: Add Albanian language support for Macedonia
           Product: glibc
           Version: 2.12
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales at sources dot redhat dot com
        ReportedBy: linuxmaster at verizon dot net
                CC: glibc-bugs at sources dot redhat dot com


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/11470] Add Albanian language support for Macedonia
  2010-04-06  6:39 [Bug localedata/11470] New: Add Albanian language support for Macedonia linuxmaster at verizon dot net
@ 2010-04-06  6:41 ` linuxmaster at verizon dot net
  2010-04-07 20:11 ` drepper at redhat dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: linuxmaster at verizon dot net @ 2010-04-06  6:41 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From linuxmaster at verizon dot net  2010-04-06 06:41 -------
Created an attachment (id=4705)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4705&action=view)
Albanian language support for the country of Macedonia


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/11470] Add Albanian language support for Macedonia
  2010-04-06  6:39 [Bug localedata/11470] New: Add Albanian language support for Macedonia linuxmaster at verizon dot net
  2010-04-06  6:41 ` [Bug localedata/11470] " linuxmaster at verizon dot net
@ 2010-04-07 20:11 ` drepper at redhat dot com
  2010-04-08  4:04 ` linuxmaster at verizon dot net
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: drepper at redhat dot com @ 2010-04-07 20:11 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2010-04-07 20:10 -------
This is not how you do this.  If information is identical from another file you
use the copy directive to include the data for the category.  Duplication is
only leading to outdated data.  There are many examples of this in the other
locale files.

Update your patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/11470] Add Albanian language support for Macedonia
  2010-04-06  6:39 [Bug localedata/11470] New: Add Albanian language support for Macedonia linuxmaster at verizon dot net
  2010-04-06  6:41 ` [Bug localedata/11470] " linuxmaster at verizon dot net
  2010-04-07 20:11 ` drepper at redhat dot com
@ 2010-04-08  4:04 ` linuxmaster at verizon dot net
  2010-04-08  4:09 ` linuxmaster at verizon dot net
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: linuxmaster at verizon dot net @ 2010-04-08  4:04 UTC (permalink / raw)
  To: glibc-bugs



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


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/11470] Add Albanian language support for Macedonia
  2010-04-06  6:39 [Bug localedata/11470] New: Add Albanian language support for Macedonia linuxmaster at verizon dot net
                   ` (2 preceding siblings ...)
  2010-04-08  4:04 ` linuxmaster at verizon dot net
@ 2010-04-08  4:09 ` linuxmaster at verizon dot net
  2010-04-08  4:10 ` linuxmaster at verizon dot net
  2010-04-08 14:17 ` drepper at redhat dot com
  5 siblings, 0 replies; 8+ messages in thread
From: linuxmaster at verizon dot net @ 2010-04-08  4:09 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From linuxmaster at verizon dot net  2010-04-08 04:09 -------
Created an attachment (id=4711)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4711&action=view)
Albanian language support for the country of Macedonia

Good point Ulrich. 

I removed all redundant code and used the copy statement. The only code that is
left is for identification and currency. Those are unique to sq_MK only.


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/11470] Add Albanian language support for Macedonia
  2010-04-06  6:39 [Bug localedata/11470] New: Add Albanian language support for Macedonia linuxmaster at verizon dot net
                   ` (3 preceding siblings ...)
  2010-04-08  4:09 ` linuxmaster at verizon dot net
@ 2010-04-08  4:10 ` linuxmaster at verizon dot net
  2010-04-08 14:17 ` drepper at redhat dot com
  5 siblings, 0 replies; 8+ messages in thread
From: linuxmaster at verizon dot net @ 2010-04-08  4:10 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/11470] Add Albanian language support for Macedonia
  2010-04-06  6:39 [Bug localedata/11470] New: Add Albanian language support for Macedonia linuxmaster at verizon dot net
                   ` (4 preceding siblings ...)
  2010-04-08  4:10 ` linuxmaster at verizon dot net
@ 2010-04-08 14:17 ` drepper at redhat dot com
  5 siblings, 0 replies; 8+ messages in thread
From: drepper at redhat dot com @ 2010-04-08 14:17 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2010-04-08 14:16 -------
(In reply to comment #3)
> I removed all redundant code

Almost.  The CTYPE category can also wholesale used from sq_AL.

I've made the change and it's in git.



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


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/11470] Add Albanian language support for Macedonia
       [not found] <bug-11470-131@http.sourceware.org/bugzilla/>
@ 2014-06-30 18:19 ` fweimer at redhat dot com
  0 siblings, 0 replies; 8+ messages in thread
From: fweimer at redhat dot com @ 2014-06-30 18:19 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=11470

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-30 18:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-06  6:39 [Bug localedata/11470] New: Add Albanian language support for Macedonia linuxmaster at verizon dot net
2010-04-06  6:41 ` [Bug localedata/11470] " linuxmaster at verizon dot net
2010-04-07 20:11 ` drepper at redhat dot com
2010-04-08  4:04 ` linuxmaster at verizon dot net
2010-04-08  4:09 ` linuxmaster at verizon dot net
2010-04-08  4:10 ` linuxmaster at verizon dot net
2010-04-08 14:17 ` drepper at redhat dot com
     [not found] <bug-11470-131@http.sourceware.org/bugzilla/>
2014-06-30 18:19 ` fweimer at redhat dot com

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).