summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--localedata/locales/pl_PL16
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 <mfabian@redhat.com>
+
+ [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 <wdijkstr@arm.com>
* 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 "<U006E><U0069><U0065>"
END LC_MESSAGES
LC_MONETARY
-int_curr_symbol "<U0050><U004C><U004E><U0020>"
+int_curr_symbol "PLN "
currency_symbol "<U007A><U0142>"
-mon_decimal_point "<U002C>"
-mon_thousands_sep "<U002E>"
-mon_grouping 3;3
+mon_decimal_point ","
+mon_thousands_sep "<U202F>"
+mon_grouping 3
positive_sign ""
-negative_sign "<U002D>"
+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 "<U002C>"
-thousands_sep ""
-grouping 0;0
+decimal_point ","
+thousands_sep "<U202F>"
+grouping 3
END LC_NUMERIC
LC_TIME