Skip to content

Commit abd4e15

Browse files
Fixed incorrect female name among male names (#794) (#795)
Co-authored-by: Daniel Chodusov <daniel@chodusov.com>
1 parent 8d32135 commit abd4e15

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Fixed polish license plates (#685)
66
- Stopped using `static` in callables in `Provider\pt_BR\PhoneNumber` (#785)
7+
- Fixed incorrect female name (#794)
78

89
## [2023-06-12, v1.23.0](https://github.com/FakerPHP/Faker/compare/v1.22.0..v1.23.0)
910

src/Faker/Provider/cs_CZ/Person.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Person extends \Faker\Provider\Person
2828
protected static $firstNameMale = [
2929
'Adam', 'Aleš', 'Alois', 'Antonín', 'Bohumil', 'Bohuslav', 'Dagmar',
3030
'Dalibor', 'Daniel', 'David', 'Dominik', 'Dušan', 'Eduard', 'Emil',
31-
'Filip', 'František', 'Ilona', 'Ivan', 'Ivo', 'Jakub', 'Jan', 'Ján',
31+
'Filip', 'František', 'Igor', 'Ivan', 'Ivo', 'Jakub', 'Jan', 'Ján',
3232
'Jaromír', 'Jaroslav', 'Jindřich', 'Jiří', 'Josef', 'Jozef', 'Kamil',
3333
'Karel', 'Kryštof', 'Ladislav', 'Libor', 'Lubomír', 'Luboš', 'Luděk',
3434
'Ludvík', 'Lukáš', 'Marcel', 'Marek', 'Martin', 'Matěj', 'Matyáš',

0 commit comments

Comments
 (0)