From 508b1e71a37355839ab91f9c09ce7e577cf69a58 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 18 Oct 2017 14:27:44 +0200 Subject: [PATCH] Use U+202F NARROW NO-BREAK SPACE as thousands separators in pl_PL locale [BZ #16777] [BZ #16777] * localedata/locales/pl_PL (LC_MONETARY): Use U+202F as mon_thousands_sep and improve readability by using more ASCII. * localedata/locales/pl_PL (LC_NUMERIC): Use U+202F as thousands_sep and improve readability by using more ASCII. --- ChangeLog | 8 ++++++++ localedata/locales/pl_PL | 16 ++++++++-------- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 448be4793d..2ed83186f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2017-10-18 Mike FABIAN + + [BZ #16777] + * localedata/locales/pl_PL (LC_MONETARY): Use U+202F as mon_thousands_sep + and improve readability by using more ASCII. + * localedata/locales/pl_PL (LC_NUMERIC): Use U+202F as thousands_sep + and improve readability by using more ASCII. + 2017-10-18 Wilco Dijkstra * malloc/malloc.c (malloc_state): Use int for have_fastchunks since diff --git a/localedata/locales/pl_PL b/localedata/locales/pl_PL index d63588adca..e26811339c 100644 --- a/localedata/locales/pl_PL +++ b/localedata/locales/pl_PL @@ -2131,13 +2131,13 @@ nostr "" END LC_MESSAGES LC_MONETARY -int_curr_symbol "" +int_curr_symbol "PLN " currency_symbol "" -mon_decimal_point "" -mon_thousands_sep "" -mon_grouping 3;3 +mon_decimal_point "," +mon_thousands_sep "" +mon_grouping 3 positive_sign "" -negative_sign "" +negative_sign "-" int_frac_digits 2 frac_digits 2 p_cs_precedes 0 @@ -2149,9 +2149,9 @@ n_sign_posn 1 END LC_MONETARY LC_NUMERIC -decimal_point "" -thousands_sep "" -grouping 0;0 +decimal_point "," +thousands_sep "" +grouping 3 END LC_NUMERIC LC_TIME -- 2.11.4.GIT