-
-
Notifications
You must be signed in to change notification settings - Fork 939
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): add dedicated first names in ko locale #2773
Conversation
✅ Deploy Preview for fakerjs canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## next #2773 +/- ##
==========================================
- Coverage 99.93% 99.92% -0.01%
==========================================
Files 2958 2960 +2
Lines 213686 211338 -2348
Branches 946 943 -3
==========================================
- Hits 213549 211188 -2361
- Misses 133 146 +13
Partials 4 4
|
I didnt see any english names in the list.
This list seems to be significantly shorter than the previous one. Can we bump it to maybe a 100 each? |
There is no problem with firstName and lastName. Try calling I will update the list again with more names. |
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.
Would it be better to change src/locales/ko/person/name.ts to remove the space between the family name and given name ie
{ value: '{{person.lastName}} {{person.firstName}}', weight: 1 },
to
{ value: '{{person.lastName}}{{person.firstName}}', weight: 1 },
per https://en.wikipedia.org/wiki/Korean_name "When a Korean name is written in Hangul, there is no space between the surname and the given name."
7777aab
We have added the ranking of the most used names in Korea from 1st to 300th. I referred to Korean government statistics.
That's right, in Korea there are no spaces in the name. This was reflected immediately. |
Fixed an issue where Korean and English were mixed.
And we added the latest trend names for 2022 and 2023.