aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Cheng <[email protected]>2022-04-05 11:18:36 -0400
committerGitHub <[email protected]>2022-04-05 15:18:36 +0000
commit955ea43c2b885feb276a670babe859cb3ecc87d2 (patch)
treed92b02d8963827fe116e11e33961db21e91e007d /src
parentf22b93a0d6fc08e122b67c2a7dd010ee81d67be4 (diff)
downloadfaker-955ea43c2b885feb276a670babe859cb3ecc87d2.tar.xz
faker-955ea43c2b885feb276a670babe859cb3ecc87d2.zip
feat: add some en locale city prefixes and suffixes (#685)
Diffstat (limited to 'src')
-rw-r--r--src/locales/en/address/city_prefix.ts11
-rw-r--r--src/locales/en/address/city_suffix.ts5
2 files changed, 15 insertions, 1 deletions
diff --git a/src/locales/en/address/city_prefix.ts b/src/locales/en/address/city_prefix.ts
index 6a878062..1b76009e 100644
--- a/src/locales/en/address/city_prefix.ts
+++ b/src/locales/en/address/city_prefix.ts
@@ -1 +1,10 @@
-export default ['North', 'East', 'West', 'South', 'New', 'Lake', 'Port'];
+export default [
+ 'North',
+ 'East',
+ 'West',
+ 'South',
+ 'New',
+ 'Lake',
+ 'Port',
+ 'Fort',
+];
diff --git a/src/locales/en/address/city_suffix.ts b/src/locales/en/address/city_suffix.ts
index 24ed8b38..40769ad5 100644
--- a/src/locales/en/address/city_suffix.ts
+++ b/src/locales/en/address/city_suffix.ts
@@ -5,17 +5,22 @@ export default [
'ville',
'berg',
'burgh',
+ 'boro',
'borough',
'bury',
'view',
'port',
'mouth',
'stad',
+ 'stead',
'furt',
'chester',
+ 'cester',
'mouth',
'fort',
+ 'field',
'haven',
'side',
'shire',
+ 'worth',
];