Re: [qooxdoo-devel] locale/build

2007-09-17 Thread Fabian Jakobs
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: ".",

Re: [qooxdoo-devel] locale/build

2007-09-17 Thread Helder Miguel Magalhães
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

[qooxdoo-devel] locale/build

2007-09-16 Thread Richard Bondi
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: "," });