Added ability to change FullCalendar locale#491
Added ability to change FullCalendar locale#491jaspwr wants to merge 5 commits intoobsidian-community:mainfrom
Conversation
davish
left a comment
There was a problem hiding this comment.
Thanks for the PR @jaspwr! One comment -- new settings must be added as optional/potentially undefined in the typescript, since old users updating won't have that setting defined. Making that change will likely cause typescript errors where that undefined isn't handled, so after fixing those, I'd be happy to merge this. It would be a great addition!
|
Should be fixed now. |
|
I just tested this locally, and I couldn't find |
|
I had a look at that |
|
I changed it to add |
|
Hey @davish, isn't it ready to merge? |
|
Need this feature badly, when will it be merged, thanks a lot! |
|
@lightcax you can clone my fork and add it to the plugins directory in your |
Adds a setting allowing users to change FullCalendar locale and autodetects the users locale for the default setting.
Fixes #355.