diff options
| author | fncolon <[email protected]> | 2022-01-15 23:14:55 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-15 11:14:55 -0500 |
| commit | ce4d48eb300e9e5e87ad9d7dcf7522e3147c98fb (patch) | |
| tree | 78593bc290f4a1e9c7da82da9da1881fb2e442a7 /lib | |
| parent | 6036c3ca3d7fb6cc226e296ea1c5f309cb0c57bc (diff) | |
| download | faker-ce4d48eb300e9e5e87ad9d7dcf7522e3147c98fb.tar.xz faker-ce4d48eb300e9e5e87ad9d7dcf7522e3147c98fb.zip | |
feat(domain_suffix): add the `id`, `ponpes.id` and `net.id` domains for id_ID (#137)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/id_ID/internet/domain_suffix.js | 47 |
1 files 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 0e30cba7..44315785 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', +]; |
