diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-04-08 07:15:31 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-08 07:15:31 -0700 |
commit | 30f0c8da71e5c50ec519d8bf5f3f9e8d9ada6ba6 (patch) | |
tree | de99942437615128e7574b86195c91bd6e947cef | |
parent | 8feb2a4f2e1431e39897001197fc49d2a8df48b4 (diff) | |
download | glibc-30f0c8da71e5c50ec519d8bf5f3f9e8d9ada6ba6.tar glibc-30f0c8da71e5c50ec519d8bf5f3f9e8d9ada6ba6.tar.gz glibc-30f0c8da71e5c50ec519d8bf5f3f9e8d9ada6ba6.tar.bz2 glibc-30f0c8da71e5c50ec519d8bf5f3f9e8d9ada6ba6.zip |
Hook up sq_MK locale.
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | localedata/ChangeLog | 8 | ||||
-rw-r--r-- | localedata/SUPPORTED | 1 |
3 files changed, 12 insertions, 1 deletions
@@ -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. See the end for copying conditions. @@ -15,6 +15,8 @@ Version 2.12 missing. This is a useful mode in some installations involving Solaris. Implemented by Ulrich Drepper. +* New locale: sq_MK + Version 2.11 diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 32862dd630..2e7028b6f9 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -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> [BZ #11471] diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index f94570dcfb..497651f97c 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -353,6 +353,7 @@ so_SO.UTF-8/UTF-8 \ so_SO/ISO-8859-1 \ sq_AL.UTF-8/UTF-8 \ sq_AL/ISO-8859-1 \ +sq_MK/UTF-8 \ sr_ME/UTF-8 \ sr_RS/UTF-8 \ sr_RS@latin/UTF-8 \ |