diff options
author | Mike FABIAN <mfabian@redhat.com> | 2015-11-01 09:53:16 +0900 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-08 18:30:33 -0400 |
commit | ed80f206f42906ec7d2634595fb5ef8338c7c943 (patch) | |
tree | 15f3c3a18db94504a3e6de5bcdc846ec03315a50 | |
parent | fb3227b95caae0d99d0c185099486240a75e2076 (diff) | |
download | glibc-ed80f206f42906ec7d2634595fb5ef8338c7c943.tar glibc-ed80f206f42906ec7d2634595fb5ef8338c7c943.tar.gz glibc-ed80f206f42906ec7d2634595fb5ef8338c7c943.tar.bz2 glibc-ed80f206f42906ec7d2634595fb5ef8338c7c943.zip |
localedata: i18n: fix typos in tel_int_fmt
Adding the %t avoids a double space if the area code %a happens
to be empty. There are countries without area codes.
-rw-r--r-- | localedata/ChangeLog | 4 | ||||
-rw-r--r-- | localedata/locales/i18n | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 664f88bcd2..61382bb884 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +2016-04-08 Mike FABIAN <mfabian@redhat.com> + + * locales/i18n: Fix typos in tel_int_fmt. + 2016-03-21 Mike Frysinger <vapier@gentoo.org> [BZ #11213] diff --git a/localedata/locales/i18n b/localedata/locales/i18n index 9f3d386df1..844859dc5f 100644 --- a/localedata/locales/i18n +++ b/localedata/locales/i18n @@ -2502,7 +2502,7 @@ LC_TELEPHONE % This is the ISO/IEC 14652 "i18n" definition for % the LC_TELEPHONE category. % -tel_int_fmt "<U002B><U0025><U0063><U0020><U002B><U0061><U0020><U002B>/ +tel_int_fmt "<U002B><U0025><U0063><U0020><U0025><U0061><U0025><U0074><U0025>/ <U006C>" END LC_TELEPHONE |