From 508b1e71a37355839ab91f9c09ce7e577cf69a58 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 18 Oct 2017 14:27:44 +0200 Subject: 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. --- localedata/locales/pl_PL | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'localedata') diff --git a/localedata/locales/pl_PL b/localedata/locales/pl_PL index d63588a..e268113 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 -- cgit v1.1