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.23-185-g4042132


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  40421329afb4b132591e4d3e00c89e0b3563448b (commit)
      from  b4bcb3aec62b97fda984e07aa8d89d2f76c96127 (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=40421329afb4b132591e4d3e00c89e0b3563448b

commit 40421329afb4b132591e4d3e00c89e0b3563448b
Author: Matthias Wallnoefer <matthias.wallnoefer@lugbz.org>
Date:   Wed Apr 13 11:10:59 2016 -0400

    localedata: de_{AT,CH}: copy data from de_DE
    
    Improve the de_AT/de_CH locales by copying the de_DE locale in more
    places.  This fills out translations that weren't there before.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 35a89ae..8d6a345 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,9 @@
+2016-04-13  Matthias Wallnoefer  <matthias.wallnoefer@lugbz.org>
+
+	* locales/de_AT (LC_MESSAGES): Change to copy de_DE.
+	(LC_NAME): Likewise.
+	* locales/de_CH (LC_NAME): Likewise.
+
 2016-04-12  Mike Frysinger  <vapier@gentoo.org>
 
 	* locales/aa_DJ (LC_MEASUREMENT): Replace content with a copy directive.
diff --git a/localedata/locales/de_AT b/localedata/locales/de_AT
index dd06f86..bcbd7ed 100644
--- a/localedata/locales/de_AT
+++ b/localedata/locales/de_AT
@@ -59,8 +59,7 @@ copy "iso14651_t1"
 END LC_COLLATE
 
 LC_MESSAGES
-yesexpr "<U005E><U005B><U006A><U004A><U0079><U0059><U005D><U002E><U002A>"
-noexpr  "<U005E><U005B><U006E><U004E><U005D><U002E><U002A>"
+copy "de_DE"
 END LC_MESSAGES
 
 LC_MONETARY
@@ -144,8 +143,7 @@ copy "i18n"
 END LC_MEASUREMENT
 
 LC_NAME
-name_fmt    "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/
-<U0025><U006D><U0025><U0074><U0025><U0066>"
+copy "de_DE"
 END LC_NAME
 
 LC_ADDRESS
diff --git a/localedata/locales/de_CH b/localedata/locales/de_CH
index eab1d82..5cda078 100644
--- a/localedata/locales/de_CH
+++ b/localedata/locales/de_CH
@@ -145,8 +145,7 @@ copy "i18n"
 END LC_MEASUREMENT
 
 LC_NAME
-name_fmt    "<U0025><U0064><U0025><U0074><U0025><U0067><U0025><U0074>/
-<U0025><U006D><U0025><U0074><U0025><U0066>"
+copy "de_DE"
 END LC_NAME
 
 LC_ADDRESS

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

Summary of changes:
 localedata/ChangeLog     |    6 ++++++
 localedata/locales/de_AT |    6 ++----
 localedata/locales/de_CH |    3 +--
 3 files changed, 9 insertions(+), 6 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]