diff options
| author | doughlass <[email protected]> | 2022-04-05 22:02:55 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-05 21:02:55 +0000 |
| commit | 2c93fa3d7f280e8acf2e7193620bcff1f4cacd31 (patch) | |
| tree | 76b5eb95772b9d92a2e55c964006a36a2ce8e097 | |
| parent | ccb58a177f2c311130b85b7a7c2efe0e0402d886 (diff) | |
| download | faker-2c93fa3d7f280e8acf2e7193620bcff1f4cacd31.tar.xz faker-2c93fa3d7f280e8acf2e7193620bcff1f4cacd31.zip | |
chore: additional domain suffixes added for GB locale (#253)
| -rw-r--r-- | src/locales/en_GB/internet/domain_suffix.ts | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/src/locales/en_GB/internet/domain_suffix.ts b/src/locales/en_GB/internet/domain_suffix.ts index 4ef54a67..d6de8904 100644 --- a/src/locales/en_GB/internet/domain_suffix.ts +++ b/src/locales/en_GB/internet/domain_suffix.ts @@ -1 +1,21 @@ -export default ['co.uk', 'com', 'biz', 'info', 'name']; +export default [ + 'ac.uk', + 'biz', + 'co', + 'co.uk', + 'com', + 'cymru', + 'gov.uk', + 'info', + 'london', + 'ltd.uk', + 'me.uk', + 'name', + 'nhs.uk', + 'org.uk', + 'plc.uk', + 'sch.uk', + 'scot', + 'uk', + 'wales', +]; |
