mirror of git://sourceware.org/git/glibc.git
Hook up sq_MK locale.
This commit is contained in:
parent
8feb2a4f2e
commit
30f0c8da71
4
NEWS
4
NEWS
|
|
@ -1,4 +1,4 @@
|
||||||
GNU C Library NEWS -- history of user-visible changes. 2010-4-7
|
GNU C Library NEWS -- history of user-visible changes. 2010-4-8
|
||||||
Copyright (C) 1992-2009, 2010 Free Software Foundation, Inc.
|
Copyright (C) 1992-2009, 2010 Free Software Foundation, Inc.
|
||||||
See the end for copying conditions.
|
See the end for copying conditions.
|
||||||
|
|
||||||
|
|
@ -15,6 +15,8 @@ Version 2.12
|
||||||
missing. This is a useful mode in some installations involving Solaris.
|
missing. This is a useful mode in some installations involving Solaris.
|
||||||
Implemented by Ulrich Drepper.
|
Implemented by Ulrich Drepper.
|
||||||
|
|
||||||
|
* New locale: sq_MK
|
||||||
|
|
||||||
|
|
||||||
Version 2.11
|
Version 2.11
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
||||||
|
2010-04-08 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* SUPPORTED (SUPPORTED-LOCALES): Add sq_MK.
|
||||||
|
|
||||||
|
[BZ #11470]
|
||||||
|
* locales/sq_MK: New file.
|
||||||
|
Contributed by Agron Selimaj <linuxmaster@verizon.net>.
|
||||||
|
|
||||||
2010-04-07 Ulrich Drepper <drepper@redhat.com>
|
2010-04-07 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
[BZ #11471]
|
[BZ #11471]
|
||||||
|
|
|
||||||
|
|
@ -353,6 +353,7 @@ so_SO.UTF-8/UTF-8 \
|
||||||
so_SO/ISO-8859-1 \
|
so_SO/ISO-8859-1 \
|
||||||
sq_AL.UTF-8/UTF-8 \
|
sq_AL.UTF-8/UTF-8 \
|
||||||
sq_AL/ISO-8859-1 \
|
sq_AL/ISO-8859-1 \
|
||||||
|
sq_MK/UTF-8 \
|
||||||
sr_ME/UTF-8 \
|
sr_ME/UTF-8 \
|
||||||
sr_RS/UTF-8 \
|
sr_RS/UTF-8 \
|
||||||
sr_RS@latin/UTF-8 \
|
sr_RS@latin/UTF-8 \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue