-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix: wrong ordinal for fr local #1932
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1932 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 181 181
Lines 2064 2064
Branches 538 538
=========================================
Hits 2064 2064
Continue to review full report at Codecov.
|
Is fr locale's ordinal different under different format tokens? ref https://github.com/moment/moment/blob/develop/src/locale/fr.js#L82 |
The fr locale can change whether the grammatical gender is masculine or feminine. This only affects numbers equal to 1. The masculine grammatical gender is But for a number greater than 1, it is always suffixed by |
Thanks, let's get this merged |
## [1.11.4](v1.11.3...v1.11.4) (2022-07-19) ### Bug Fixes * correct past property in ku (kurdish) locale ([#1916](#1916)) ([74e82b9](74e82b9)) * fix French [fr] local ordinal ([#1932](#1932)) ([8f09834](8f09834)) * fix objectSupport plugin ConfigTypeMap type ([#1441](#1441)) ([#1990](#1990)) ([fd51fe4](fd51fe4)) * fix type error to add ordianl property in InstanceLocaleDataReturn and GlobalLocaleDataReturn types ([#1931](#1931)) ([526f0ae](526f0ae)) * update locale ar-* meridiem function ([#1954](#1954)) ([3d31611](3d31611)) * zh-tw / zh-hk locale ordinal error ([#1976](#1976)) ([0a1bd08](0a1bd08))
🎉 This PR is included in version 1.11.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [1.11.4](iamkun/dayjs@v1.11.3...v1.11.4) (2022-07-19) ### Bug Fixes * correct past property in ku (kurdish) locale ([iamkun#1916](iamkun#1916)) ([74e82b9](iamkun@74e82b9)) * fix French [fr] local ordinal ([iamkun#1932](iamkun#1932)) ([8f09834](iamkun@8f09834)) * fix objectSupport plugin ConfigTypeMap type ([iamkun#1441](iamkun#1441)) ([iamkun#1990](iamkun#1990)) ([fd51fe4](iamkun@fd51fe4)) * fix type error to add ordianl property in InstanceLocaleDataReturn and GlobalLocaleDataReturn types ([iamkun#1931](iamkun#1931)) ([526f0ae](iamkun@526f0ae)) * update locale ar-* meridiem function ([iamkun#1954](iamkun#1954)) ([3d31611](iamkun@3d31611)) * zh-tw / zh-hk locale ordinal error ([iamkun#1976](iamkun#1976)) ([0a1bd08](iamkun@0a1bd08))
For week of year, with ordinal (wo format), the output in french is not correct.
It was perfectly ok in Moment, not with DayJS+WeekOfYear plugin. |
## [1.11.4](iamkun/dayjs@v1.11.3...v1.11.4) (2022-07-19) ### Bug Fixes * correct past property in ku (kurdish) locale ([#1916](iamkun/dayjs#1916)) ([74e82b9](iamkun/dayjs@74e82b9)) * fix French [fr] local ordinal ([#1932](iamkun/dayjs#1932)) ([8f09834](iamkun/dayjs@8f09834)) * fix objectSupport plugin ConfigTypeMap type ([#1441](iamkun/dayjs#1441)) ([#1990](iamkun/dayjs#1990)) ([fd51fe4](iamkun/dayjs@fd51fe4)) * fix type error to add ordianl property in InstanceLocaleDataReturn and GlobalLocaleDataReturn types ([#1931](iamkun/dayjs#1931)) ([526f0ae](iamkun/dayjs@526f0ae)) * update locale ar-* meridiem function ([#1954](iamkun/dayjs#1954)) ([3d31611](iamkun/dayjs@3d31611)) * zh-tw / zh-hk locale ordinal error ([#1976](iamkun/dayjs#1976)) ([0a1bd08](iamkun/dayjs@0a1bd08))
This pull request fix a wrong ordinal definition for fr local.