[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 #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]
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>"
END LC_MONETARY
LC_NUMERIC
-decimal_point "<U002C>"
-thousands_sep ""
+decimal_point ","
+thousands_sep "."
grouping 0;0
END LC_NUMERIC