This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.26-197-g56bc7f4


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  56bc7f43603b5d28437496efb32df40997c62cb4 (commit)
      from  5e2bc4ff3377bb94fd1baf9fef7751c61eca2118 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=56bc7f43603b5d28437496efb32df40997c62cb4

commit 56bc7f43603b5d28437496efb32df40997c62cb4
Author: Akhilesh Kumar <akhilesh.k@samsung.com>
Date:   Mon Aug 28 12:04:04 2017 +0200

    Fix country_name in zu_ZA to agree with CLDR
    
    	[BZ #21959]
    	* locales/zu_ZA (LC_ADDRESS): Fix country name to agree with CLDR.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index ca1a44e..6e9c01e 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-28  Akhilesh Kumar <akhilesh.k@samsung.com>
+
+	[BZ #21959]
+	* locales/zu_ZA (LC_ADDRESS): Fix country name to agree with CLDR.
+
 2017-08-18  Mike FABIAN  <mfabian@redhat.com>
 
 	[BZ #21750]
diff --git a/localedata/locales/zu_ZA b/localedata/locales/zu_ZA
index 239be8b..e07e709 100644
--- a/localedata/locales/zu_ZA
+++ b/localedata/locales/zu_ZA
@@ -207,8 +207,7 @@ name_ms     ""
 END LC_NAME
 
 LC_ADDRESS
-country_name "<U0069><U002D><U0053><U006F><U0075><U0074><U0068><U0020><U0041><U0066><U0072><U0069><U0063><U0061>"
-% Country name in Zulu - "Mzansi Afrika"
+country_name "iNingizimu Afrika"
 %
 country_post "<U005A><U0041>"
 % Abbreviated country postal name - "ZA"

-----------------------------------------------------------------------

Summary of changes:
 localedata/ChangeLog     |    5 +++++
 localedata/locales/zu_ZA |    3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]