mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
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.
This commit is contained in:
parent
fb3227b95c
commit
ed80f206f4
@ -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]
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user