From patchwork Fri Jun 29 19:55:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 28157 Received: (qmail 16780 invoked by alias); 29 Jun 2018 19:55:24 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 16410 invoked by uid 89); 29 Jun 2018 19:55:24 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-24.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=H*c:PHrt, countries, day, research X-HELO: ano163.rev.netart.pl X-Spam-Score: 0 Date: Fri, 29 Jun 2018 21:55:18 +0200 (CEST) From: Rafal Luzynski Reply-To: Rafal Luzynski To: libc-alpha@sourceware.org Message-ID: <526323302.1160849.1530302119013@poczta.nazwa.pl> Subject: [PATCH COMMITTED] es_BO locale: Change LC_PAPER to en_US (bug 22996). MIME-Version: 1.0 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 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 + + [BZ #22996] + * localedata/locales/es_BO (LC_PAPER): Change to “copy "en_US"”. + 2018-06-29 Siddhesh Poyarekar * 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