[v2] Fix typos in LC_TELEPHONE in i18n locale

Message ID s9dtwki67ta.fsf_-_@ari.site
State Committed
Headers

Commit Message

Mike FABIAN March 7, 2016, 7:55 a.m. UTC
  See also:

https://sourceware.org/ml/libc-alpha/2015-11/msg00016.html
  

Comments

Mike Frysinger March 7, 2016, 3:58 p.m. UTC | #1
lgtm.  thanks!
-mike
  

Patch

From 852ea116075ec0a773248a549c47783606b883fa Mon Sep 17 00:00:00 2001
From: Mike FABIAN <mfabian@redhat.com>
Date: Mon, 7 Mar 2016 08:44:18 +0100
Subject: [PATCH] Fix typos in LC_TELEPHONE in i18n locale

Adding the %t avoids a double space if the area code %a happens
to be empty. There are countries without area code.

for  localedata/ChangeLog

    * locales/i18n: fix typos (tel_int_fmt "+%c +a +l" -> "+%c %a%t%l")
---
 localedata/locales/i18n | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/localedata/locales/i18n b/localedata/locales/i18n
index 5cdbff8..2b1a60f 100644
--- a/localedata/locales/i18n
+++ b/localedata/locales/i18n
@@ -2495,7 +2495,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
 
-- 
2.5.0