-
-
Notifications
You must be signed in to change notification settings - Fork 929
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
fix(person): Incorrect behavior of name.firstName() function #1610
fix(person): Incorrect behavior of name.firstName() function #1610
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #1610 +/- ##
========================================
Coverage 99.64% 99.65%
========================================
Files 2227 2244 +17
Lines 240254 240413 +159
Branches 1070 1073 +3
========================================
+ Hits 239396 239578 +182
+ Misses 837 814 -23
Partials 21 21
|
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.
It doesnt fix the underlying issue, but IMO it fixes the symptoms so it is good enough.
We have to treat the underlying issue later though (in a new issue if we havent one already).
…gendered first_name for nl_BE, en_IN, en_AU and de_AT
201d4f8
For the four locales de_AT, nl_BE, en_IN and en_AU it was straightforward to split the first_name.ts file into two gendered files. This solves this problem in Faker 7.x:
|
For
|
…ts all Greek to me
For the remaining locales the names are either intermingled or I don't know the languages well enough to tell, so this will have to wait until later refactoring:
|
Nevermind. I checked myself. The files were either missing before or are matching the union. |
fix #547 for az,id_ID, lv, ro, ru, sk, uk locales
fix #1553 for de_AT, nl_BE, en_IN, en_AU and el locales