This is the mail archive of the libc-alpha@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]

[PATCH][COMMITTED] 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.
---
 localedata/ChangeLog     |  6 ++++++
 localedata/locales/lg_UG | 20 ++++++++++----------
 2 files changed, 16 insertions(+), 10 deletions(-)

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
-- 
2.7.5


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