Skip to content

Commit

Permalink
chore: additional domain suffixes added for GB locale (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
doughlass authored Apr 5, 2022
1 parent ccb58a1 commit 2c93fa3
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/locales/en_GB/internet/domain_suffix.ts
Original file line number Diff line number Diff line change
@@ -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',
];

0 comments on commit 2c93fa3

Please sign in to comment.