-
Notifications
You must be signed in to change notification settings - Fork 678
Open
Description
Describe the bug
Dayjs is not externalized in rollup configuration options, and as a result, the dayjs locale used in Timeline
cannot be changed.
To Reproduce
Code: https://codesandbox.io/p/devbox/nostalgic-currying-c92smn?workspaceId=ws_5sShTGVVdpwiaXok3xYmZW
Adding the following code before the usage doesn't change Timeline
texts to Greek.
import 'dayjs/locale/el'
dayjs.locale('el')
Expected behavior
Months and day of the week names should display using the dayjs locale language.
Library Version
0.30.0-beta.3
Desktop:
- OS: Windows
- Browser chrome
- Version 136.0.7103.114
Metadata
Metadata
Assignees
Labels
No labels