Skip to content
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

Date: Handle {_value, _number} entries #378

Open
rxaviers opened this issue Jan 8, 2015 · 5 comments
Open

Date: Handle {_value, _number} entries #378

rxaviers opened this issue Jan 8, 2015 · 5 comments

Comments

@rxaviers
Copy link
Member

rxaviers commented Jan 8, 2015

Globalize("haw").formatDate(new Date(), {datetime: "short"}) throws Error: E_UNSUPPORTED: Unsupported {"feature":"timezone patternv"}. But, what happens is that /main/haw/.../dateFormats/short is actually an object instead of a string (expected).

              "short": {
                "_value": "d/M/yy",
                "_numbers": "M=romanlow"
              }

haw and haw-US seems to be the only locales affected.

  1. Find such case in the UTS#35 specification.
  2. Fix implementation.
@MelodyCuida
Copy link

I'm now trying to get familiar with Globalize by fixing some issues. I have some problem looking for the '/main/haw/.../dateFormats/short'. Can you offer me some help? @rxaviers

@rxaviers
Copy link
Member Author

Where exactly do you need help? Can you provide me an info of what you have
done? Thanks

On Tuesday, March 17, 2015, Da Cui notifications@github.com wrote:

I'm now trying to get familiar with Globalize by fixing some issues. I
have some problem looking for the '/main/haw/.../dateFormats/short'. Can
you offer me some help? @rxaviers https://github.com/rxaviers


Reply to this email directly or view it on GitHub
#378 (comment).

+55 (16) 98138-1582, +1 (415) 568-5854, skype: rxaviers
http://rafael.xavier.blog.br

@MelodyCuida
Copy link

I think I'v picked a hard one. May you give me an easy issue so that I can get involved in Globalize for GSoC? @rxaviers

@jzaefferer
Copy link
Contributor

@MelodyCuida anything labelled help wanted is good to look at. I recommend checking #359, #360, #361, #362; maybe also #319 or #274. If you want to implement a new feature (extending the API), check #252.

@MelodyCuida
Copy link

@jzaefferer Thank you for your help!

ashensis pushed a commit to ashensis/globalize that referenced this issue Mar 17, 2016
Add frament caching note into README

[ci skip]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants