aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrince Dorcis <[email protected]>2021-03-09 04:14:12 +0000
committerPrince Dorcis <[email protected]>2021-03-09 04:14:12 +0000
commit7ea48ad6e6f226d6886048e3f13540c6533febe0 (patch)
treeb12245096b55aa0ae8b006efb5fbd9adc5ce2c01
parente0fe135a25d2435e26743782c3684cf58d5a175e (diff)
downloadfaker-7ea48ad6e6f226d6886048e3f13540c6533febe0.tar.xz
faker-7ea48ad6e6f226d6886048e3f13540c6533febe0.zip
Refactor phone numbers
-rw-r--r--lib/locales/en_GH/phone_number/formats.js (renamed from lib/locales/en_GH/phone_number/international.js)13
-rw-r--r--lib/locales/en_GH/phone_number/national.js15
2 files changed, 13 insertions, 15 deletions
diff --git a/lib/locales/en_GH/phone_number/international.js b/lib/locales/en_GH/phone_number/formats.js
index 7646da0b..09323553 100644
--- a/lib/locales/en_GH/phone_number/international.js
+++ b/lib/locales/en_GH/phone_number/formats.js
@@ -1,4 +1,17 @@
module["exports"] = [
+ '020#######',
+ '023#######',
+ '024#######',
+ '026#######',
+ '027#######',
+ '028#######',
+ '050#######',
+ '053#######',
+ '054#######',
+ '055#######',
+ '056#######',
+ '057#######',
+ '058#######',
'+23320#######',
'+23323#######',
'+23324#######',
diff --git a/lib/locales/en_GH/phone_number/national.js b/lib/locales/en_GH/phone_number/national.js
deleted file mode 100644
index c536a0c6..00000000
--- a/lib/locales/en_GH/phone_number/national.js
+++ /dev/null
@@ -1,15 +0,0 @@
-module["exports"] = [
- '020#######',
- '023#######',
- '024#######',
- '026#######',
- '027#######',
- '028#######',
- '050#######',
- '053#######',
- '054#######',
- '055#######',
- '056#######',
- '057#######',
- '058#######',
-]; \ No newline at end of file