-
-
Notifications
You must be signed in to change notification settings - Fork 919
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
refactor(locale): normalize date data #2902
Conversation
✅ Deploy Preview for fakerjs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2902 +/- ##
==========================================
- Coverage 99.96% 99.95% -0.01%
==========================================
Files 2977 2977
Lines 215466 215422 -44
Branches 950 948 -2
==========================================
- Hits 215394 215333 -61
- Misses 72 89 +17
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's easier to review months, days etc if they are in their natural Jan-Feb-mar order than alphabetical.
Team Decision
|
Description
Follow-on to #2265
Normalize the entries in the
date
module definitions in all locales.I choose this module as no data set exceedes the 1k entry limit, so all locale file changes are based on entry sorting. The git diff deletion surplus comes from deleted empty lines in between object properties in the locale entries.