This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
[PATCH COMMITTED] es_BO locale: Change LC_PAPER to en_US (bug 22996).
- From: Rafal Luzynski <digitalfreak at lingonborough dot com>
- To: libc-alpha at sourceware dot org
- Date: Fri, 29 Jun 2018 21:55:18 +0200 (CEST)
- Subject: [PATCH COMMITTED] es_BO locale: Change LC_PAPER to en_US (bug 22996).
- Reply-to: Rafal Luzynski <digitalfreak at lingonborough dot com>
Since the change is trivial and according to some research which I did
the other day it is correct and also complete (checking some LATAM countries
I found no other which uses US paper size while glibc locale provides ISO)
I committed this.
By the way, is it OK to cherry-pick to 2.27?
Regards,
Rafal
From 7f5b42eff7b15c7ec6568ff61d565f70342b3b05 Mon Sep 17 00:00:00 2001
From: Sylvain Lesage <severo@rednegra.net>
Date: Fri, 29 Jun 2018 20:55:59 +0200
Subject: [PATCH] es_BO locale: Change LC_PAPER to en_US (bug 22996).
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[BZ #22996]
* localedata/locales/es_BO (LC_PAPER): Change to “copy "en_US"”.
---
ChangeLog | 5 +++++
localedata/locales/es_BO | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 3a5e52b..2f08bf5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-29 Sylvain Lesage <severo@rednegra.net>
+
+ [BZ #22996]
+ * localedata/locales/es_BO (LC_PAPER): Change to “copy "en_US"”.
+
2018-06-29 Siddhesh Poyarekar <siddhesh@sourceware.org>
* sysdeps/aarch64/multiarch/memcpy_falkor.S (__memcpy_falkor):
diff --git a/localedata/locales/es_BO b/localedata/locales/es_BO
index 4202c5a..5b6c6e2 100644
--- a/localedata/locales/es_BO
+++ b/localedata/locales/es_BO
@@ -124,7 +124,7 @@ first_weekday 2
END LC_TIME
LC_PAPER
-copy "i18n"
+copy "en_US"
END LC_PAPER
LC_TELEPHONE
--
2.7.5