-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Error in Hungarian translation #1001
Labels
Comments
Merged
Hi! I've opened a PR for this. What do you think? formatDistance(
new Date('A date that is 2 days ago'),
new Date(),
{locale: hu, addSuffix: true}
)
// => 2 nappal ezelőtt
formatDistance(
new Date('A date that is 2 days ago'),
new Date(),
{locale: hu, addSuffix: false}
)
// => 2 napja |
Looks like it would work! 👌 waiting for merge. 🙂 |
thanks @TwoDCube, greatjob! |
This fix for the issue was released with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moving it to a new issue from #844 for clarification. @TwoDCube, @reyrodrigez did you guys work on the translations? If so, could you have a look at this?
I am using the HU 🇭🇺 locale, and unfortunately, it gives a grammatically wrong result:
I am using
date-fns@next
The text was updated successfully, but these errors were encountered: