-
-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Labels
Status: Need More InfoLacks enough info to make progressLacks enough info to make progress
Description
Reporting a bug?
#d function returns wrong date representation for certain locales in Chrome. Firefox and Safari work properly.
$d function should return:
2022 ж. 5 мамыр, бейсенбі
instead of:
Thursday, May 5, 2022
for locale kk.
Other minor languages behave inconsistently too, f.e. az.
Chrome
Expected behavior
$d function should return:
2022 ж. 5 мамыр, бейсенбі
for locale kk. Other minor languages behave inconsistently too, f.e. az.
Safari
or
FireFox
Reproduction
https://codesandbox.io/s/vue-i18n-9-dates-espu09?file=/index.html
<div class="mark">{{ $d(new Date(), 'long', 'az') }}</div>
System Info
MacOS Big Sur.
SandBox, i18n Vue template
Screenshot
No response
Additional context
No response
Validations
- Read the Contributing Guidelines
- Read the Documentation
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion
- The provided reproduction is a minimal reproducible example of the bug.
Metadata
Metadata
Assignees
Labels
Status: Need More InfoLacks enough info to make progressLacks enough info to make progress