diff options
| author | Pat Tullmann <[email protected]> | 2017-04-03 15:46:05 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-03 15:46:05 -0700 |
| commit | e4c01c8374a58feb7a23bfdd2d54ae499323c2fe (patch) | |
| tree | d3802520ada6a2b9cd65a4313c94fd8861e351bf | |
| parent | 6cdb93efcbcaf222ac061cee5532374f72ea073e (diff) | |
| download | faker-e4c01c8374a58feb7a23bfdd2d54ae499323c2fe.tar.xz faker-e4c01c8374a58feb7a23bfdd2d54ae499323c2fe.zip | |
Remove emdash from pl's first_name.js
I think this em-dash was separating the male and female names? Its definitely not a good first name to suggest. (I noticed when faker.internet.domainWord() returned this em-dash.)
| -rw-r--r-- | lib/locales/pl/name/first_name.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/locales/pl/name/first_name.js b/lib/locales/pl/name/first_name.js index f2a14cc4..0fbbf0c3 100644 --- a/lib/locales/pl/name/first_name.js +++ b/lib/locales/pl/name/first_name.js @@ -249,7 +249,6 @@ module["exports"] = [ "Angelina", "Anna", "Hanna", - "—", "Antonina", "Ariadna", "Aurora", |
