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

BG localization, week number is not correct #7493

Closed
1 task done
Ilchev opened this issue Oct 16, 2023 · 1 comment
Closed
1 task done

BG localization, week number is not correct #7493

Ilchev opened this issue Oct 16, 2023 · 1 comment
Assignees
Milestone

Comments

@Ilchev
Copy link
Contributor

Ilchev commented Oct 16, 2023

Reduced Test Case

https://github.com/fullcalendar/fullcalendar/blob/main/packages/core/src/locales/bg.ts

Do you understand that if a reduced test case is not provided, we will intentionally delay triaging of your ticket?

  • I understand

Which connector are you using (React/Angular/etc)?

Angular

Bug Description

In BG localization, the week number is not correct:

current code is:
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},

correct should be:
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},

for for reference
https://www.timeanddate.com/calendar/?year=2023&country=73
"Week numbers: ISO 8601 (week starts Monday) - week 1 is the first week with Thursday."

@arshaw
Copy link
Member

arshaw commented Nov 29, 2023

released v6.1.10

@arshaw arshaw closed this as completed Nov 29, 2023
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