Skip to content

Commit

Permalink
feat: extend list of domain suffix for PL locale (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Apr 5, 2022
1 parent 46b2bd4 commit 5beac4b
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion src/locales/pl/internet/domain_suffix.ts
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
export default ['com', 'pl', 'com.pl', 'net', 'org'];
export default [
'agro.pl',
'auto.pl',
'biz.pl',
'com.pl',
'edu.pl',
'gmina.pl',
'gov.pl',
'info.pl',
'miasta.pl',
'net.pl',
'nieruchomosci.pl',
'org.pl',
'pl',
'powiat.pl',
'priv.pl',
'sklep.pl',
'szkola.pl',
'targi.pl',
'turystyka.pl',
];

0 comments on commit 5beac4b

Please sign in to comment.