-
-
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
Add language #1548
Comments
Sounds like an interesting proposal. Do you need a list/one of all languages in the world or one of the languages in your country/state? |
For the specific project I am working on, I need multiple unique world language names (e.g. English, French). Yes, I can open a PR for this. Under which branch should I create the PR? |
Ok, please let me know of the next steps. |
This list might be a bit excessive:
See also here: https://github.com/faker-js/faker/blob/next/CONTRIBUTING.md Please let us know, if you have any questions or anything is unclear. |
Yes, I found Contributing a very nice and concise read. Will start immediately! Thank you! |
Would you expect it to return "German" or "Deutsch" in the |
No, it will always return the name of the languages in the currently selected locale. If you want it in another locale, switch to that. |
@nicolasWD Are you still working on that? Otherwise, I would label this with |
I did start it and was struck with some personal issues/drama. I would still be happy to continue this as it would be my first contribution here. I will let you know soon, if anything changes. |
This is NOT scheduled for any specific release, so you are fine. Just wanted to know, so I can keep the tickets clean^^ |
@xDivisionByZerox thank you, I appreciate it |
Thank you for your feature proposal. We marked it as "waiting for user interest" for now to gather some feedback from our community:
We would also like to hear about other community members' use cases for the feature to give us a better understanding of their potential implicit or explicit requirements. We will start the implementation based on:
We do this because:
|
+1 |
@chrda81 Please upvote the issue instead of posting |
if it is still up for grabs, I would love to work on it! |
Clear and concise description of the problem
I am looking to add random languages for a field "Spoken Languages"
Suggested solution
Under faker.name please add language, like spoken language (e.g. English, Chinese, Spanish)
or
in faker.random.locale() you could add the option to return language name instead of the 2 letter code only
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: