Skip to content

Commit

Permalink
feat(domain_suffix): add the id, ponpes.id and net.id domains f…
Browse files Browse the repository at this point in the history
…or id_ID (#137)
  • Loading branch information
fzn0x committed Jan 15, 2022
1 parent 6036c3c commit ce4d48e
Showing 1 changed file with 25 additions and 22 deletions.
47 changes: 25 additions & 22 deletions lib/locales/id_ID/internet/domain_suffix.js
@@ -1,22 +1,25 @@
module["exports"] = [
"com",
"net",
"org",
"asia",
"tv",
"biz",
"info",
"in",
"name",
"co",
"ac.id",
"sch.id",
"go.id",
"mil.id",
"co.id",
"or.id",
"web.id",
"my.id",
"biz.id",
"desa.id"
];
module['exports'] = [
'com',
'net',
'org',
'asia',
'tv',
'biz',
'info',
'in',
'name',
'co',
'id',
'ac.id',
'sch.id',
'go.id',
'mil.id',
'co.id',
'or.id',
'web.id',
'my.id',
'net.id',
'biz.id',
'desa.id',
'ponpes.id',
];

0 comments on commit ce4d48e

Please sign in to comment.