From f59a54ab0c2dcaf9ee946df2bfee9d4be81f09b8 Mon Sep 17 00:00:00 2001 From: Rafal Luzynski Date: Tue, 18 Jun 2019 01:20:11 +0200 Subject: nl_AW locale: Correct the negative monetary format (bug 24614). 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). --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 48d59d37ce..729301f75e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2019-06-19 Rafal Luzynski + + [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). + 2019-06-19 Stefan Liebler [BZ #24556] -- cgit v1.2.3