Skip to content
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

Typo in Faker::Name.first_name by locale #2620

Closed
loqimean opened this issue Nov 8, 2022 · 3 comments · Fixed by #2622
Closed

Typo in Faker::Name.first_name by locale #2620

loqimean opened this issue Nov 8, 2022 · 3 comments · Fixed by #2622
Assignees

Comments

@loqimean
Copy link
Contributor

loqimean commented Nov 8, 2022

There is a typo in Ukrainian name "Геннадій", it should be "Генадій", so, one letter is extra

To Reproduce

Faker::VERSION #=> "2.22.0"

With locale :uk and
Faker::Name.first_name get "Геннадій", but expected "Генадій"

@jremes-foss
Copy link
Contributor

Hi @loqimean. Thanks for reporting this. I have created a pull request to fix the issue.

Thank you.

jremes-foss added a commit that referenced this issue Nov 10, 2022
@bodiam
Copy link

bodiam commented Jan 12, 2023

This change doesn't seem to be correct. The correct spelling should be with 2x H, also validated with a Ukrainian friend.

https://uk.wikipedia.org/wiki/%D0%93%D0%B5%D0%BD%D0%BD%D0%B0%D0%B4%D1%96%D0%B9

@thdaraujo
Copy link
Contributor

This change doesn't seem to be correct. The correct spelling should be with 2x H, also validated with a Ukrainian friend.

https://uk.wikipedia.org/wiki/%D0%93%D0%B5%D0%BD%D0%BD%D0%B0%D0%B4%D1%96%D0%B9

reverted in #2690
thanks for letting us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants