-
-
Notifications
You must be signed in to change notification settings - Fork 943
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): group name entries by gender #2938
refactor(locale): group name entries by gender #2938
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 #2938 +/- ##
==========================================
- Coverage 99.95% 99.95% -0.01%
==========================================
Files 2984 2748 -236
Lines 216057 239091 +23034
Branches 597 586 -11
==========================================
+ Hits 215969 238983 +23014
- Misses 88 108 +20
|
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 did not look into the 606 locales changes... The rest looks already really good to me, just some open questions about naming and wording
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.
Looks good to me, only the following things need to be discussed:
- Name of the helper type
- Location of the type definition
- Exact generic shape of the type
Oh I'm sorry, looks like I caused a merged conflict 🙇♂️ |
All good, happens.I resolved them to the best of my abilities. |
Description
Groups locale name entries in the
PersonModule
by gender.Additional Info
Fixes #1677.
Script that was used to refactor locale files automatically
Note
The script did not account for non-applicable values. These have been manually justified in 4b86dcb. A list of affected files can be found here.