diff options
| author | Tito Nobre <[email protected]> | 2018-10-14 17:44:22 +0100 |
|---|---|---|
| committer | Tito Nobre <[email protected]> | 2018-10-14 17:44:22 +0100 |
| commit | f4ea60e2957435a7be71509863b645b6b2b00ca8 (patch) | |
| tree | 2de4670c215448bc6e8b4f14b6d5028bbbf16c36 /lib | |
| parent | e64cf4e2dc85046b2212b81a709e1ce1f04f8ec3 (diff) | |
| download | faker-f4ea60e2957435a7be71509863b645b6b2b00ca8.tar.xz faker-f4ea60e2957435a7be71509863b645b6b2b00ca8.zip | |
Improve pt_PT name prefixes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/pt_PT/name/female_prefix.js | 7 | ||||
| -rw-r--r-- | lib/locales/pt_PT/name/male_prefix.js | 1 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/locales/pt_PT/name/female_prefix.js b/lib/locales/pt_PT/name/female_prefix.js index a7bd18b4..b275dc0f 100644 --- a/lib/locales/pt_PT/name/female_prefix.js +++ b/lib/locales/pt_PT/name/female_prefix.js @@ -1,5 +1,6 @@ module["exports"] = [ - "Sr.ª", - "Dr.ª", - "Eng.ª", + "Sra.", + "Dra.", + "Prof.ª", + "Eng.ª" ]; diff --git a/lib/locales/pt_PT/name/male_prefix.js b/lib/locales/pt_PT/name/male_prefix.js index 21be8184..55107c70 100644 --- a/lib/locales/pt_PT/name/male_prefix.js +++ b/lib/locales/pt_PT/name/male_prefix.js @@ -1,5 +1,6 @@ module["exports"] = [ "Sr.", "Dr.", + "Prof.", "Eng.º", ]; |
