Fix thousands_sep and grouping and use readable ASCII for decimal_point in eu_ES locale

[BZ #12349]
	* locales/eu_ES (LC_NUMERIC): Fix thousands_sep and grouping
	and use readable ASCII for decimal_point.
This commit is contained in:
Julen Ruiz Aizpuru 2017-08-14 15:56:00 +02:00 committed by Mike FABIAN
parent 1f14d0c3dd
commit 66ba2e4ae5
2 changed files with 9 additions and 3 deletions

View 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.

View 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