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

HUN language support #844

Closed
TwoDCube opened this issue Aug 18, 2018 · 5 comments
Closed

HUN language support #844

TwoDCube opened this issue Aug 18, 2018 · 5 comments

Comments

@TwoDCube
Copy link
Member

We're starting to work on Hungarian language support for v2

@eduardopsll
Copy link

Hi @TwoDCube what is your state of the update of that language?
Currently I have done the update of that language since we need it for an app.

@reyrodrigez
Copy link

hi @TwoDCube @eduardopsll have a look at the #864

@kossnocorp
Copy link
Member

The PR is about to get merged. After that, I also want to merge few pending locales and then create a release. Stay tuned :-)

@kossnocorp
Copy link
Member

I've just published a new version with this locale date-fns@2.0.0-alpha.18. See the change log: https://gist.github.com/kossnocorp/a307a464760b405bb78ef5020a4ab136#v200-alpha18

@balazsorban44
Copy link

Hi, I just happened to try the HU 🇭🇺 locale, and unfortunately it gives grammatically wrong result:

formatDistance(
    new Date('A date that is 2 days ago'),
    new Date(),
    {locale: hu, addSuffix: true}
)
// => 2 napja ezelőtt
// Correct: 2 napja or 2 nappal ezelőtt

I am using date-fns@next

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

5 participants