about summary refs log tree commit diff
path: root/localedata
diff options
context:
space:
mode:
authorMike FABIAN <mfabian@redhat.com>2017-08-30 15:19:39 +0200
committerMike FABIAN <mfabian@redhat.com>2017-08-30 15:19:39 +0200
commit8a0e619652cd6846e04a55cb380d7a7205b65e27 (patch)
tree0d59aa18aaaa25df70d3c4d8ae3269c6a3208f5c /localedata
parent5f9409b787c5758fc277f8d1baf7478b752b775d (diff)
downloadglibc-8a0e619652cd6846e04a55cb380d7a7205b65e27.tar.gz
glibc-8a0e619652cd6846e04a55cb380d7a7205b65e27.tar.xz
glibc-8a0e619652cd6846e04a55cb380d7a7205b65e27.zip
Use “.” in thousands_sep in the ca_ES locale
	[BZ #16148]
	* locales/ca_ES (LC_NUMERIC): Use “.” in thousands_sep.
	And make it more readable by using ASCII.
Diffstat (limited to 'localedata')
-rw-r--r--localedata/ChangeLog6
-rw-r--r--localedata/locales/ca_ES8
2 files changed, 10 insertions, 4 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 6896e421fa..c9bc7b63e1 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,5 +1,11 @@
 2017-08-30  Mike FABIAN  <mfabian@redhat.com>
 
+	[BZ #16148]
+	* locales/ca_ES (LC_NUMERIC): Use “.” in thousands_sep.
+	And make it more readable by using ASCII.
+
+2017-08-30  Mike FABIAN  <mfabian@redhat.com>
+
 	[BZ #22022]
 	* locales/mni_IN (LC_ADDRESS): Add country_name.
 
diff --git a/localedata/locales/ca_ES b/localedata/locales/ca_ES
index e17efdc114..b6a8b20c7f 100644
--- a/localedata/locales/ca_ES
+++ b/localedata/locales/ca_ES
@@ -84,8 +84,8 @@ END LC_MESSAGES
 LC_MONETARY
 int_curr_symbol      "<U0045><U0055><U0052><U0020>"
 currency_symbol      "<U20AC>"
-mon_decimal_point    "<U002C>"
-mon_thousands_sep    "<U002E>"
+mon_decimal_point    ","
+mon_thousands_sep    "."
 mon_grouping         3;3
 positive_sign        ""
 negative_sign        "<U002D>"
@@ -100,8 +100,8 @@ n_sign_posn          1
 END LC_MONETARY
 
 LC_NUMERIC
-decimal_point        "<U002C>"
-thousands_sep        ""
+decimal_point        ","
+thousands_sep        "."
 grouping             0;0
 END LC_NUMERIC