Skip to content
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

Locales are not compatible with IE 11 #6014

Closed
itsNikolay opened this issue Dec 7, 2020 · 2 comments
Closed

Locales are not compatible with IE 11 #6014

itsNikolay opened this issue Dec 7, 2020 · 2 comments
Assignees
Milestone

Comments

@itsNikolay
Copy link

Reduced Test Case

CodePen does not support IE 11, so I couldn't provide example of the bug

Bug Description

de locale is not compatible with IE 11

The bug is: ./node_modules/fullcalendar-core-latest/locales/de.js in moreLinkText function format

Correct function should be something like this:

-   moreLinkText(n) {
+   moreLinkText: function(n) {

Screenshots

Screenshot 2020-12-07 at 09 58 04
Screenshot 2020-12-07 at 09 58 20
Screenshot 2020-12-07 at 09 58 40

@acerix
Copy link
Member

acerix commented Dec 7, 2020

Thanks confirmed, this demo shows the error:

https://cdpn.io/acerix/debug/wvzWzMN/yYryLaybNzYM

@arshaw
Copy link
Member

arshaw commented Dec 19, 2020

this is fixed in 5.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants