Skip to content

Commit

Permalink
Fixed incorrect female name among male names (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielchodusov committed Oct 5, 2023
1 parent 6f601fe commit 62eefcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/cs_CZ/Person.php
Expand Up @@ -28,7 +28,7 @@ class Person extends \Faker\Provider\Person
protected static $firstNameMale = [
'Adam', 'Aleš', 'Alois', 'Antonín', 'Bohumil', 'Bohuslav', 'Dagmar',
'Dalibor', 'Daniel', 'David', 'Dominik', 'Dušan', 'Eduard', 'Emil',
'Filip', 'František', 'Ilona', 'Ivan', 'Ivo', 'Jakub', 'Jan', 'Ján',
'Filip', 'František', 'Igor', 'Ivan', 'Ivo', 'Jakub', 'Jan', 'Ján',
'Jaromír', 'Jaroslav', 'Jindřich', 'Jiří', 'Josef', 'Jozef', 'Kamil',
'Karel', 'Kryštof', 'Ladislav', 'Libor', 'Lubomír', 'Luboš', 'Luděk',
'Ludvík', 'Lukáš', 'Marcel', 'Marek', 'Martin', 'Matěj', 'Matyáš',
Expand Down

0 comments on commit 62eefcd

Please sign in to comment.