Re: [qooxdoo-devel] English short date format wrong

2007-09-16 Thread Helder Miguel Magalhães
Hi! I take this opportunity to sugest that "en.xml" is stripped down as "C.xml" is already used for missing data. This may avoid future incoherencies (for example, right now few incoherencies exist due to updates in "C.xml" without corresponding updates in "en.xml"). I also noticed indenting

Re: [qooxdoo-devel] English short date format wrong

2007-09-14 Thread Fabian Jakobs
Dioc schrieb: > Hello, > > Let’s continue this thread. > For some reason, time format for en_US locale is incorrect. See demo: > http://demo.qooxdoo.org/current/showcase/#Localization > I suppose, time format/value should contain AM/PM like in Windows. > Is it a bug? > > Best wishes, > Dioc > >

Re: [qooxdoo-devel] English short date format wrong

2007-09-14 Thread Dioc
Hello, Let’s continue this thread. For some reason, time format for en_US locale is incorrect. See demo: http://demo.qooxdoo.org/current/showcase/#Localization I suppose, time format/value should contain AM/PM like in Windows. Is it a bug? Best wishes, Dioc -- View this message in context: ht

Re: [qooxdoo-devel] English short date format wrong

2007-03-14 Thread Fabian Jakobs
Hi Hugh, >> Don't worry about qooxdoo being US-centric. The data files we use for >> localizing date and time formats come from the Common Locale Data >> Repository (CLDR) of the Unicode consortium. We don't maintain them >> ourselfes. Maybe the CLDR is US-centric :-) ? >> > > Ah, I see. An

Re: [qooxdoo-devel] English short date format wrong

2007-03-14 Thread Hugh Gibson
> Don't worry about qooxdoo being US-centric. The data files we use for > localizing date and time formats come from the Common Locale Data > Repository (CLDR) of the Unicode consortium. We don't maintain them > ourselfes. Maybe the CLDR is US-centric :-) ? Ah, I see. Anyway, working now - thou

Re: [qooxdoo-devel] English short date format wrong

2007-03-14 Thread Fabian Jakobs
Hello Hugh, >> The locale "en" just contains the basic settings for all english >> speaking countries. >> > > That is a joke, yes? > > Look at the wikipedia article: http://en.wikipedia.org/wiki/Calendar_date > and specifically at > http://en.wikipedia.org/wiki/Calendar_date#m.2Fd.2Fyy_.28mo

Re: [qooxdoo-devel] English short date format wrong

2007-03-14 Thread Hugh Gibson
> The locale "en" just contains the basic settings for all english > speaking countries. That is a joke, yes? Look at the wikipedia article: http://en.wikipedia.org/wiki/Calendar_date and specifically at http://en.wikipedia.org/wiki/Calendar_date#m.2Fd.2Fyy_.28month.2C_day.2C_year.29 Hmmm. Can

Re: [qooxdoo-devel] English short date format wrong

2007-03-14 Thread Fabian Jakobs
Hello Hugh, > I'm not really up on the localisation stuff. However, I'm putting some date > stuff into our application, and the default format for the date using a > date-picker is coming up as M/d/YY. > > This is not how we do things here (UK) - it is d/M/YY (and Australia and > probably other

Re: [qooxdoo-devel] English short date format wrong

2007-03-14 Thread Hugh Gibson
> I think the issue is in the en.xml file in the locale folder. The > short date setting is: Yes, that is wrong - but how does that get built into the qx.locale.data.en file? "make build" doesn't do it. I've raised http://bugzilla.qooxdoo.org/show_bug.cgi?id=337 for it. The long formats are wr

Re: [qooxdoo-devel] English short date format wrong

2007-03-13 Thread Jim Hunter
I think the issue is in the en.xml file in the locale folder. The short date setting is: M/d/yy and I believe it should be: d/M/yy I have no

[qooxdoo-devel] English short date format wrong

2007-03-13 Thread Hugh Gibson
I'm not really up on the localisation stuff. However, I'm putting some date stuff into our application, and the default format for the date using a date-picker is coming up as M/d/YY. This is not how we do things here (UK) - it is d/M/YY (and Australia and probably other places as well). I've