diff options
author | Rafal Luzynski <digitalfreak@lingonborough.com> | 2017-07-21 10:29:06 +0200 |
---|---|---|
committer | Rafal Luzynski <digitalfreak@lingonborough.com> | 2017-07-21 11:25:32 +0200 |
commit | 77046c6153eb313e4f21a660fcb7e7060f71fd8a (patch) | |
tree | 52d1361dc2e3b80c3a47b9e4ea923e1a902f6c97 | |
parent | 5eeb2ea9815358d22b77b74a8c3230ab5ea65ec3 (diff) | |
download | glibc-77046c6153eb313e4f21a660fcb7e7060f71fd8a.tar glibc-77046c6153eb313e4f21a660fcb7e7060f71fd8a.tar.gz glibc-77046c6153eb313e4f21a660fcb7e7060f71fd8a.tar.bz2 glibc-77046c6153eb313e4f21a660fcb7e7060f71fd8a.zip |
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.
-rw-r--r-- | localedata/ChangeLog | 6 | ||||
-rw-r--r-- | localedata/locales/lg_UG | 20 |
2 files changed, 16 insertions, 10 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index ff56b1b61f..be146702d0 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 4a7b049d98..36e5bb8db9 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 |