From patchwork Mon Jun 17 23:35:56 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 33167 Received: (qmail 28334 invoked by alias); 17 Jun 2019 23:39:26 -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 28325 invoked by uid 89); 17 Jun 2019 23:39:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, XPRIO autolearn=ham version=3.3.1 spammy=asap, displays X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: 1 Date: Tue, 18 Jun 2019 01:35:56 +0200 (CEST) From: Rafal Luzynski To: libc-alpha@sourceware.org Message-ID: <689129249.1097175.1560814556370@poczta.nazwa.pl> Subject: [PATCH] nl_AW locale: Correct the negative monetary format (bug 24614). MIME-Version: 1.0 Following the previous patch applied to nl_NL I think this one should be pushed as well. I'd like to push it ASAP (in less than 2 days). Any objections? Regards, Rafal --- 8< --- Follow the same changes as made in the commit 02d8b5ab1c because the respective entries in nl_NL and nl_AW had been the same before the change so they should be the same after. CLDR does not provide complete data for nl_AW, it says it is missing and displays a copy of nl_NL. [BZ #24614] * localedata/locales/nl_AW (n_sep_by_space): Set to 2 (a space between the currency symbol and the minus sign). (n_sign_posn): Set to 4 (the minus sign after the currency symbol). --- localedata/locales/nl_AW | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/localedata/locales/nl_AW b/localedata/locales/nl_AW index 57e8e69580..be44ddc952 100644 --- a/localedata/locales/nl_AW +++ b/localedata/locales/nl_AW @@ -59,9 +59,9 @@ frac_digits 2 p_cs_precedes 1 p_sep_by_space 1 n_cs_precedes 1 -n_sep_by_space 1 +n_sep_by_space 2 p_sign_posn 1 -n_sign_posn 2 +n_sign_posn 4 END LC_MONETARY LC_NUMERIC