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-488-g4457bc6


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  4457bc6350371314d1353400615f53b503a27e59 (commit)
      from  8ed0d8678361bdc66f25edc9011402b5fe2b2b30 (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=4457bc6350371314d1353400615f53b503a27e59

commit 4457bc6350371314d1353400615f53b503a27e59
Author: Simion Onea <simionea@gmail.com>
Date:   Fri Jun 10 11:51:08 2016 -0400

    localedata: ro_RO: update Tuesday translation [BZ #18911]
    
    Enough fonts support È? now that we can change the Tuesday translation
    to be what it should rather than use the incorrect ţ.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 67f3cc8..b935e7d 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+2016-06-16  Simion Onea  <simionea@gmail.com>
+
+	[BZ #18911]
+	* locales/ro_RO (day): Change U0163 to U021B in Tuesday.
+
 2016-06-11  Paras pradhan  <pradhanparas@gmail.com>
 
 	[BZ #1170]
diff --git a/localedata/locales/ro_RO b/localedata/locales/ro_RO
index 2abf201..fa8fd0e 100644
--- a/localedata/locales/ro_RO
+++ b/localedata/locales/ro_RO
@@ -211,13 +211,9 @@ abday   "<U0044><U0075>";"<U004C><U0075>";"<U004D><U0061>";"<U004D><U0069>";/
 % duminic<abreve>, luni, mar<tcomma>i,
 % miercuri, joi, vineri,
 % s<acircumflex>mb<abreve>t<abreve>
-%
-% Note that Tuesday Romanian day should be using t comma, not t cedilla,
-% but due to the low availability of the glyph (U021B) in fonts we use
-% the "so called t cedilla"
 day     "<U0064><U0075><U006D><U0069><U006E><U0069><U0063><U0103>";/
         "<U006C><U0075><U006E><U0069>";/
-        "<U006D><U0061><U0072><U0163><U0069>";/
+        "<U006D><U0061><U0072><U021B><U0069>";/
         "<U006D><U0069><U0065><U0072><U0063><U0075><U0072><U0069>";/
         "<U006A><U006F><U0069>";/
         "<U0076><U0069><U006E><U0065><U0072><U0069>";/

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

Summary of changes:
 localedata/ChangeLog     |    5 +++++
 localedata/locales/ro_RO |    6 +-----
 2 files changed, 6 insertions(+), 5 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]