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.25-770-g77046c6


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  77046c6153eb313e4f21a660fcb7e7060f71fd8a (commit)
      from  5eeb2ea9815358d22b77b74a8c3230ab5ea65ec3 (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=77046c6153eb313e4f21a660fcb7e7060f71fd8a

commit 77046c6153eb313e4f21a660fcb7e7060f71fd8a
Author: Rafal Luzynski <digitalfreak@lingonborough.com>
Date:   Fri Jul 21 10:29:06 2017 +0200

    localedata/locales/lg_UG: Fix some comments.
    
    After the recent update of int_select the comment needed an update, too.
    While at this, all comments in LC_TELEPHONE were moved above their
    respective values because this looks better.  Some minor typos fixed.
    
    	[BZ #21783]
    	* localedata/locales/lg_UG (LC_TELEPHONE): Move all comments
    	above the values, correct some of them.

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index ff56b1b..be14670 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,9 @@
+2017-07-21  Rafal Luzynski <digitalfreak@lingonborough.com>
+
+	[BZ #21783]
+	* locales/lg_UG (LC_TELEPHONE): Move all comments above the
+	values, correct some of them.
+
 2017-07-21  Akhilesh Kumar <akhilesh.k@samsung.com>
 
 	[BZ #21795]
diff --git a/localedata/locales/lg_UG b/localedata/locales/lg_UG
index 4a7b049..36e5bb8 100644
--- a/localedata/locales/lg_UG
+++ b/localedata/locales/lg_UG
@@ -223,25 +223,25 @@ copy "i18n"
 END LC_PAPER
 
 LC_TELEPHONE
-tel_int_fmt    "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025>/
-<U006C>"
 % Representation of telephone number for international use -
 % "+%c %a %l", which is
 % "+country code",
 % "area code without the prefix (often 0)",
 % "local number".
-%
-tel_dom_fmt    "<U0025><U0061><U0020><U0025><U006C>"
-% Represntation of telephone number for domestic use -
+tel_int_fmt    "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025>/
+<U006C>"
+
+% Representation of telephone number for domestic use -
 % "%a %l", which is
 % "area code, local number".
-% 000
+tel_dom_fmt    "<U0025><U0061><U0020><U0025><U006C>"
+
+% Digits used in Uganda to dial international - "000".
 int_select   "<U0030><U0030><U0030>"
-% Digits used in Uganda to dial international - "00".
-%
-int_prefix     "<U0032><U0035><U0036>"
+
 % International prefix for Uganda - "256"
-%
+int_prefix     "<U0032><U0035><U0036>"
+
 END LC_TELEPHONE
 
 LC_MEASUREMENT

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

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