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.16-ports-merge-816-ga69646e


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  a69646e9bdc80d9bd25ac0d6ba8cd8e05cfcf288 (commit)
      from  4b7634a5e03b0da6f8875de9d3f74c1cf6f2a6e8 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a69646e9bdc80d9bd25ac0d6ba8cd8e05cfcf288

commit a69646e9bdc80d9bd25ac0d6ba8cd8e05cfcf288
Author: Jeff Law <law@redhat.com>
Date:   Mon Dec 3 12:29:49 2012 -0700

           * locales/ks_IN@devanagari: Fix week day names.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 982763f..a930a4e 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,7 @@
+2012-12-03  Rakesh Pandit  <rakesh@fedoraproject.org>
+
+	* locales/ks_IN@devanagari: Fix week day names.
+
 2012-12-03  Jeff Law  <law@redhat.com>
 
 	* locales/zh_CH (abmon): Remove whitespace.
diff --git a/localedata/locales/ks_IN@devanagari b/localedata/locales/ks_IN@devanagari
index 37d6a67..8886860 100644
--- a/localedata/locales/ks_IN@devanagari
+++ b/localedata/locales/ks_IN@devanagari
@@ -64,11 +64,11 @@ abday       "<U0906><U0925><U094D>";/
             "<U092C><U091F>"
 %
 % Full weekday names (%A)
-day         "<U0906><U0925><U094D><U094D><U0935><U093E><U0930><U094D>";/
+day         "<U0906><U0925><U094D><U0935><U093E><U0930><U094D>";/
             "<U091A><U0928><U094D><U0926><U094D><U0930><U0935><U093E><U0930><U094D>";/
-            "<U092C><U094B><U092E><U094D><U0935><U093E><U0930><U0940><U094D>";/
-            "<U092C><U094B><U0918><U0935><U093E><U0930><U0940><U094D>";/
-            "<U092C><U094D><U0930><U0938><U094D><U094D><U0935><U093E><U0930><U094D>";/
+            "<U092C><U094B><U092E><U094D><U0935><U093E><U0930><U094D>";/
+            "<U092C><U094B><U0918><U0935><U093E><U0930><U094D>";/
+            "<U092C><U094D><U0930><U0938><U094D><U0935><U093E><U0930><U094D>";/
             "<U091C><U0941><U092E><U093E><U0939><U094D>";/
             "<U092C><U091F><U0935><U093E><U0930><U094D>"
 %

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

Summary of changes:
 localedata/ChangeLog                |    4 ++++
 localedata/locales/ks_IN@devanagari |    8 ++++----
 2 files changed, 8 insertions(+), 4 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]