fix(person): Incorrect behavior of name.firstName() function#1610
fix(person): Incorrect behavior of name.firstName() function#1610ST-DDT merged 10 commits intofaker-js:nextfrom
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
|
ST-DDT
left a comment
There was a problem hiding this comment.
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