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

fix: Corrected the order of shortWeekDays in Turkish locale file #848

Conversation

serhatleventyavas
Copy link
Contributor

Problem:
There was an issue in the Turkish localization file where the order of days in the shortWeekDays array was incorrect. The array started with 'Pzt' instead of 'Paz', which caused dates like 2024-07-24 to be displayed as 'Per' instead of 'Çar'. This resulted in incorrect day displays in the application.

Fix:
The shortWeekDays array in the Turkish localization file has been corrected to start with 'Paz', ensuring that the days of the week are displayed correctly. For example, 2024-07-24 is now correctly displayed as 'Çar'.

Changes:

Corrected the order of days in the shortWeekDays array in the Turkish localization file.

Impact:
This fix ensures that all dates are displayed with the correct day names in Turkish, preventing any potential confusion for users.

Copy link

vercel bot commented Jul 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
picker ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 24, 2024 9:25am

@afc163 afc163 merged commit e2db7d2 into react-component:master Jul 24, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants