-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a CLDR parser. #126
Comments
What an excellent find. It has EVERYTHING |
Funny how whenever one spends enough time with even the most mundane programming problems, they starts to get interesting, and even kind of exciting. I looked through the slide shows. I'm tempted to create a collation function generator for JavaScript. Also, I found this: https://github.com/jquery/globalize Here is one of the locale files. https://github.com/jquery/globalize/blob/master/lib/cultures/globalize.culture.ar-AE.js Interesting how this library focuses almost entirely on dates and times. That seems to be where people get started with localization. Which is why a lot of date libraries are huge, because localization has a lot of details. In any case, you can probably pluck what you need from those files and convert them to the If you know .NET, and you have the time to take a peek, it would be nice to see how all these files are "generated". I'm guessing that, because it needs .NET to run, it might just be printing out the localization information in .NET. I'm more interested in CLDR for use here with Timezone. |
Yeah, CLDR is perfect for Timezone. No point in looking at anything else in When are you pushing 0.0.16? On Thu, Jul 19, 2012 at 9:57 AM, Alan Gutierrez <
|
Oh, I don't have anything in 0.0.16 yet. I always make an issue to bump the version string in the Are you asking for a timeframe on the CLDR formats? |
Oh, uh. Right 0.0.15 on the other hand, was released yesterday. That has all the UNIX http://bigeasy.github.com/timezone/v0.0.15/jsonp/America/Detroit.js And so on. |
No, more on the languages you imported yesterday. I'm not expecting CLDR On Thu, Jul 19, 2012 at 10:30 AM, Alan Gutierrez <
|
Signals crossed. |
Just tested, looks great! |
Parse CLDR to extract date and time formats.
The text was updated successfully, but these errors were encountered: