diff options
| author | Matt Mayer <[email protected]> | 2024-11-26 03:39:04 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-11-25 20:39:04 +0000 |
| commit | b390432626811d2af32086b16151bc4c55634c60 (patch) | |
| tree | fc1f0b858005470bd57568f805b3429933b00fe0 /src/locales | |
| parent | 361ece68e55880506f5244818f2a19b6efb06603 (diff) | |
| download | faker-b390432626811d2af32086b16151bc4c55634c60.tar.xz faker-b390432626811d2af32086b16151bc4c55634c60.zip | |
fix(locale): add Isadora to female names in pt_BR for consistency (#3282)
Diffstat (limited to 'src/locales')
| -rw-r--r-- | src/locales/pt_BR/person/first_name.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/locales/pt_BR/person/first_name.ts b/src/locales/pt_BR/person/first_name.ts index 98dfcf36..69a79afc 100644 --- a/src/locales/pt_BR/person/first_name.ts +++ b/src/locales/pt_BR/person/first_name.ts @@ -201,6 +201,7 @@ export default { 'Isabela', 'Isabella', 'Isabelly', + 'Isadora', 'Isis', 'JanaĆna', 'Joana', |
