]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use “.” in thousands_sep in the ca_ES locale
authorMike FABIAN <mfabian@redhat.com>
Wed, 30 Aug 2017 13:19:39 +0000 (15:19 +0200)
committerMike FABIAN <mfabian@redhat.com>
Wed, 30 Aug 2017 13:19:39 +0000 (15:19 +0200)
[BZ #16148]
* locales/ca_ES (LC_NUMERIC): Use “.” in thousands_sep.
And make it more readable by using ASCII.

localedata/ChangeLog
localedata/locales/ca_ES

index 6896e421fa45c99783a21648695c3bc5a5765fda..c9bc7b63e1136015b33dbf71098d3a98160a24db 100644 (file)
@@ -1,3 +1,9 @@
+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]
index e17efdc1140edd57aecc9d72ec8a7839e4ccbb74..b6a8b20c7fa2354e275e0d1b8766a778a58f577c 100644 (file)
@@ -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