-
-
Notifications
You must be signed in to change notification settings - Fork 944
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
Change file structure for gendered lists (names, prefixes etc) #1677
Comments
Also noting that the first names for the following languages are not split by gender currently, someone with better knowledge could check these:
|
For now I would say put them in |
I prefer |
It would be great to make a list of contributors (even if they are not that regular) who know various languages so we can ask their help for locale specific issues. So if say there's an issue with Korean we can loop them in. |
No I cannot => use |
@Stichoza it looks like you originally added the data for Georgian, i wondered if you might be able to help us split the https://github.com/faker-js/faker/blob/next/src/locales/ge/person/first_name.ts file into male and female? This will help the |
I think this will also require changes to faker.helpers.fake to get it to work with patterns like {{person.first_name}}? |
No, it doesnt or at least we wont implement it that way. Instead we will change the patterns accordingly.e.g. person.first_name.generic/... But thanks anyway, this is a good reminder for the actual implementation since we didnt write that anywhere. |
i think there might be some logic in deferring this until 8.1. It's a fairly large change which will affect a lot of patterns and tests, but shouldnt have breaking changes (if implemented sensibly) and stuffing too much into 8.0 will delay and delay it. |
Team Decision We don't need this for v8.0. |
I don't feel this is essential for V9 |
It's not essential, but we kicked this issue since pre v7. Since this would be breaking, we wanted to still include this in the next major. |
Originally posted by @ST-DDT in #547 (comment)
Change data-structure:
name.female_first_name ->person.first_name.female
Example:
The text was updated successfully, but these errors were encountered: