refactor(locale): group name entries by gender#2938
Merged
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
|
ST-DDT
reviewed
Jun 13, 2024
ST-DDT
reviewed
Jun 23, 2024
ST-DDT
reviewed
Jun 23, 2024
Shinigami92
reviewed
Jun 24, 2024
Shinigami92
left a comment
Member
There was a problem hiding this comment.
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
ST-DDT
previously approved these changes
Jun 24, 2024
ST-DDT
left a comment
Member
There was a problem hiding this comment.
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
Member
|
Oh I'm sorry, looks like I caused a merged conflict 🙇♂️ |
Member
Author
All good, happens.I resolved them to the best of my abilities. |
ST-DDT
reviewed
Jun 28, 2024
Shinigami92
approved these changes
Jun 28, 2024
ST-DDT
approved these changes
Jun 28, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Groups locale name entries in the
PersonModuleby 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.