Richard Bondi schrieb:
> Greetings,
>
> I had a problem with number format. Specifically, with es_MX for
> Mexico. I fixed it by changing
>
> frontend/framework/source/class/qx/locale/data/es_MX.js to:
>
> qx.locale.Locale.define("qx.locale.data.es_MX", {
> cldr_number_decimal_separator: ".",
rb,
According to my (somehow preliminar) knowledge of qooxdoo translation
infrastructure, one should probably create/change "es_MX.xml", including only
the change you are suggesting. All other default fields will revert to general
spanish ("es.xml"). Check out "en_US.xml" and "en.xml" for a go
Greetings,
I had a problem with number format. Specifically, with es_MX for
Mexico. I fixed it by changing
frontend/framework/source/class/qx/locale/data/es_MX.js to:
qx.locale.Locale.define("qx.locale.data.es_MX", {
cldr_number_decimal_separator: ".",
cldr_number_group_separator: ","
});