Fix thousands_sep and grouping and use readable ASCII for decimal_point in eu_ES...
authorJulen Ruiz Aizpuru <julenx@gmail.com>
Mon, 14 Aug 2017 13:56:00 +0000 (15:56 +0200)
committerMike FABIAN <mfabian@redhat.com>
Mon, 14 Aug 2017 13:58:32 +0000 (15:58 +0200)
[BZ #12349]
* locales/eu_ES (LC_NUMERIC): Fix thousands_sep and grouping
and use readable ASCII for decimal_point.

localedata/ChangeLog
localedata/locales/eu_ES

index 379abfe..81ed6fc 100644 (file)
@@ -1,3 +1,9 @@
+2017-08-14  Julen Ruiz Aizpuru <julenx@gmail.com>
+
+       [BZ #12349]
+       * locales/eu_ES (LC_NUMERIC): Fix thousands_sep and grouping
+       and use readable ASCII for decimal_point.
+
 2017-08-12  Mike FABIAN  <mfabian@redhat.com>
 
        * locales/es_MX (LC_NUMERIC): Replace thin space with NNBSP as thousands separator.
index 53304f9..5fd8dc6 100644 (file)
@@ -88,9 +88,9 @@ n_sign_posn          1
 END LC_MONETARY
 
 LC_NUMERIC
-decimal_point        "<U002C>"
-thousands_sep        ""
-grouping             0;0
+decimal_point        ","
+thousands_sep        "."
+grouping             3;3
 END LC_NUMERIC
 
 LC_TIME