FakerPHP / Faker

Faker is a PHP library that generates fake data for you
https://fakerphp.github.io
Other
3.48k stars 331 forks source link

fixed incorrect female name #794

Closed danielchodusov closed 9 months ago

danielchodusov commented 9 months ago

What is the reason for this PR?

I've identified and corrected a gender mismatch for the name "Ilona". Previously, "Ilona" was mistakenly categorized under male names. I have replaced this name with Igor. To provide context:

Ilona: This name is of Hungarian origin and has been adopted by several languages, including Czech. In all contexts, "Ilona" is a strictly female name.

Igor: This is a male name of Russian origin and is commonly used across Slavic countries, including the Czech Republic.

Author's checklist

Summary of changes

Replaced name in cs_CZ provider

Review checklist

pimjansen commented 9 months ago

Ah crap, merged this to 2.0 target that should have been 1.x.

Will cherry pick this