-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
wrong locale id with relativeTime (past) #234
Comments
THX, will check this. |
iamkun
pushed a commit
that referenced
this issue
Jun 11, 2018
## [1.6.7](v1.6.6...v1.6.7) (2018-06-11) ### Bug Fixes * fix id locale ([1ebbeb8](1ebbeb8)), closes [#234](#234)
🎉 This issue has been resolved in version 1.6.7 🎉 The release is available on: Your semantic-release bot 📦🚀 |
andrewhood125ruhuc
added a commit
to andrewhood125ruhuc/SidRH2
that referenced
this issue
May 10, 2022
## [1.6.7](iamkun/dayjs@v1.6.6...v1.6.7) (2018-06-11) ### Bug Fixes * fix id locale ([1ebbeb8](iamkun/dayjs@1ebbeb8)), closes [#234](iamkun/dayjs#234)
andrewhood125ruhuc
added a commit
to andrewhood125ruhuc/SidRH2
that referenced
this issue
May 10, 2022
## [1.6.7](iamkun/dayjs@v1.6.6...v1.6.7) (2018-06-11) ### Bug Fixes * fix id locale ([1ebbeb8](iamkun/dayjs@1ebbeb8)), closes [#234](iamkun/dayjs#234)
splashwizard
pushed a commit
to splashwizard/tracking-time
that referenced
this issue
Oct 21, 2024
## [1.6.7](iamkun/dayjs@v1.6.6...v1.6.7) (2018-06-11) ### Bug Fixes * fix id locale ([1ebbeb8](iamkun/dayjs@1ebbeb8)), closes [#234](iamkun/dayjs#234)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I tried dayjs using relativeTime plugin.
This is the code:
dayjs(mytime).fromNow()
,But the result is
yang lalu 3 jam
(for example), it should be3 jam yang lalu
for Indonesian.Looks like here:
dayjs/src/locale/id.js
Line 9 in 2814f2f
Thank you
The text was updated successfully, but these errors were encountered: