faker
faker copied to clipboard
Pejorative Expression
I found a pejorative expression among the Hungarian adopted words. In line 8173 of the /src/locales/hu/word/noun.ts file, the word means btch in Hungarian. One of our testers noticed it when in a literal translation the web address of one of the example sales locations became https://unbred-btch.com/ in Hungarian.
Okey, now i found like 15 of them in the same file 😅
Yes these should be removed (we did this for English in https://github.com/faker-js/faker/discussions/1631 )
Would you be able to make a PR for removing any offensive vocabulary in hu locale?
Absolutely, I can take care of removing any offensive vocabulary in the Hungarian locale. I'll aim to submit a pull request for this task within this week.
I also noticed, that the file is huge with 10620 lines. We should reduce that to 1000 entries (not sure though whether it should be in a separate PR for the pejorative expression removal).
I also noticed, that the file is huge with 10620 lines. We should reduce that to 1000 entries (not sure though whether it should be in a separate PR for the pejorative expression removal).
I think separating the PRs would be better--- remove the pejorative expressions first, then reduce to 1000 entries.
Might be better to reduce to 1000 first, then less hunting is required for the pejorative expressions!
@dev-el-op Do you have time to create a PR that removes those expressions?
@dev-el-op Any idea when you have time for this?
I created https://github.com/faker-js/faker/pull/2816 to hopefully remove all offending words.
- https://github.com/faker-js/faker/pull/2816
If there are other offending words please tell me. Otherwise we have to do that in a future PR.