We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.15.2
Mac OS / Chrome
2.6.12
element/src/locale/lang/hr.js
Lines 38 to 44 in 2842399
With language set to hr(croatian) open a datepicker. The weekdays are offset by one day. The typo in the translations is clearly visible:
The weekdays should be in this order(firstDayOfWeek set to 1): Pon Uto Sri Čet Pet Sub Ned
They are like this: Uto Sri Čet Pet Sub Ned Pon
The text was updated successfully, but these errors were encountered:
firstDayOfWeek set to 7 (of course,you don't need set ,7 is default ) will make Sunday at first .In China ,1 mean Monday :-)
Sorry, something went wrong.
The issue has nothing to do with the firstDayOfWeek setting. The translations are in wrong order:
"Mon" in croatian(hr) should be "Pon", "Tue" -> "Uto",... and so on... Every one that speaks any slavic language can confirm this.
cs1707
Successfully merging a pull request may close this issue.
Element UI version
2.15.2
OS/Browsers version
Mac OS / Chrome
Vue version
2.6.12
Reproduction Link
element/src/locale/lang/hr.js
Lines 38 to 44 in 2842399
Steps to reproduce
With language set to hr(croatian) open a datepicker. The weekdays are offset by one day. The typo in the translations is clearly visible:
element/src/locale/lang/hr.js
Lines 38 to 44 in 2842399
What is Expected?
The weekdays should be in this order(firstDayOfWeek set to 1):
Pon Uto Sri Čet Pet Sub Ned
What is actually happening?
They are like this:
Uto Sri Čet Pet Sub Ned Pon
The text was updated successfully, but these errors were encountered: