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

Incorrect abbreviations for the names of the days of the week in Ukrainian localization #2631

Open
nekrasowa opened this issue Apr 18, 2024 · 2 comments

Comments

@nekrasowa
Copy link

Describe the bug
Abbreviations of the "ddd" format are presented incorrectly for Ukrainian localization.
const locale = { ... weekdaysShort: 'ндл_пнд_втр_срд_чтв_птн_сбт'.split('_'), ...

Expected behavior
Here are the correct abbreviations relative to those indicated in the code:

const locale = { ... weekdaysShort: 'нед_пон_вів_сер_чет_пят_суб'.split('_'), ...

Information

  • Day.js Version 1.11.9
  • OS: iOS, Linux, Windows
  • Browser Google Chrome 123.0.6312.122 (Official Build) (64-bit)
  • Time zone: GMT+03:00 DST
@andrii-shpontak
Copy link

Also faced this problem

@alexshegera
Copy link

i have the same problem

jagomf added a commit to jagomf/dayjs that referenced this issue May 8, 2024
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

No branches or pull requests

3 participants