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.
This commit is contained in:
Mike FABIAN 2017-08-30 15:19:39 +02:00
parent 5f9409b787
commit 8a0e619652
2 changed files with 10 additions and 4 deletions

View 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> 2017-08-30 Mike FABIAN <mfabian@redhat.com>
[BZ #22022] [BZ #22022]

View File

@ -84,8 +84,8 @@ END LC_MESSAGES
LC_MONETARY LC_MONETARY
int_curr_symbol "<U0045><U0055><U0052><U0020>" int_curr_symbol "<U0045><U0055><U0052><U0020>"
currency_symbol "<U20AC>" currency_symbol "<U20AC>"
mon_decimal_point "<U002C>" mon_decimal_point ","
mon_thousands_sep "<U002E>" mon_thousands_sep "."
mon_grouping 3;3 mon_grouping 3;3
positive_sign "" positive_sign ""
negative_sign "<U002D>" negative_sign "<U002D>"
@ -100,8 +100,8 @@ n_sign_posn 1
END LC_MONETARY END LC_MONETARY
LC_NUMERIC LC_NUMERIC
decimal_point "<U002C>" decimal_point ","
thousands_sep "" thousands_sep "."
grouping 0;0 grouping 0;0
END LC_NUMERIC END LC_NUMERIC