iamkun
iamkun
Cool, thx. Waiting for native speaker review ( 1 / 2 )
Can you please try the latest version? This should be fixed already.
That sweet fix, thanks can you add some unit cases to make the CI pass, please?
we have another fix here https://github.com/iamkun/dayjs/pull/2369, might have fixed this issue as well?
Thanks. On question here, why can't I find the same locale name in https://github.com/moment/moment/tree/develop/src/locale ?
@majdal I see. Thanks for the explanation. This repo is intended to keep the same with moment.js. And I'll merge this PR as soon as the related pr is merged...
Waiting for native speaker review ( 0 / 2 )
Sorry for the late reply, I just noticed this PR. The better way I think, is to make sure each locale has it's `relativeTime` locale config or simply copy from...
I'm not sure if this is the correct way to fix this. The reason why we set Intl to en-US is to calculate the correct timezone offset. And if we...
You can run `npm test` to see the faild test case in this PR.