From ce4d48eb300e9e5e87ad9d7dcf7522e3147c98fb Mon Sep 17 00:00:00 2001 From: fncolon Date: Sat, 15 Jan 2022 23:14:55 +0700 Subject: [PATCH] feat(domain_suffix): add the `id`, `ponpes.id` and `net.id` domains for id_ID (#137) --- lib/locales/id_ID/internet/domain_suffix.js | 47 +++++++++++---------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/lib/locales/id_ID/internet/domain_suffix.js b/lib/locales/id_ID/internet/domain_suffix.js index 0e30cba7c1b..443157856a1 100644 --- a/lib/locales/id_ID/internet/domain_suffix.js +++ b/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" -]; \ No newline at end of file +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', +];