diff options
| author | Prince Dorcis <[email protected]> | 2021-03-09 04:06:26 +0000 |
|---|---|---|
| committer | Prince Dorcis <[email protected]> | 2021-03-09 04:06:26 +0000 |
| commit | e71216182bed4f63459c32ffdef01e7a834eb7f1 (patch) | |
| tree | 66b0e610235073d59f9821b9a408e81b522a6a84 /lib | |
| parent | 7bff7d9e6696499a310a39cac11966dc1268c746 (diff) | |
| download | faker-e71216182bed4f63459c32ffdef01e7a834eb7f1.tar.xz faker-e71216182bed4f63459c32ffdef01e7a834eb7f1.zip | |
Added en_GH locale internat domain suffixes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/en_GH/internet/domain_suffix.js | 11 | ||||
| -rw-r--r-- | lib/locales/en_GH/internet/index.js | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lib/locales/en_GH/internet/domain_suffix.js b/lib/locales/en_GH/internet/domain_suffix.js new file mode 100644 index 00000000..d19b118f --- /dev/null +++ b/lib/locales/en_GH/internet/domain_suffix.js @@ -0,0 +1,11 @@ +module["exports"] = [ + 'com.gh', + 'edu.gh', + 'gov.gh', + 'org.gh', + 'com', + 'net', + 'org', + 'biz', + 'co' +];
\ No newline at end of file diff --git a/lib/locales/en_GH/internet/index.js b/lib/locales/en_GH/internet/index.js new file mode 100644 index 00000000..abfa2480 --- /dev/null +++ b/lib/locales/en_GH/internet/index.js @@ -0,0 +1,3 @@ +var internet = {}; +module['exports'] = internet; +internet.domain_suffix = require("./domain_suffix"); |
