aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorUmair Jibran <[email protected]>2021-10-03 18:04:40 +0500
committerUmair Jibran <[email protected]>2021-10-03 18:04:40 +0500
commitc55738d0d0f0f8fea669c40c22ed64f07fc1d226 (patch)
tree2827737925bdd550de273586d6ef42132d6b2845 /lib
parent52fda19f2bdb0f124c531172ab4320377afbd883 (diff)
downloadfaker-c55738d0d0f0f8fea669c40c22ed64f07fc1d226.tar.xz
faker-c55738d0d0f0f8fea669c40c22ed64f07fc1d226.zip
add cell phone
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/ur/cell_phone/formats.js1
-rw-r--r--lib/locales/ur/cell_phone/index.js3
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/locales/ur/cell_phone/formats.js b/lib/locales/ur/cell_phone/formats.js
new file mode 100644
index 00000000..a49104cc
--- /dev/null
+++ b/lib/locales/ur/cell_phone/formats.js
@@ -0,0 +1 @@
+module['exports'] = ['+92 ###-###-####', '03## ### ####', '03#########'];
diff --git a/lib/locales/ur/cell_phone/index.js b/lib/locales/ur/cell_phone/index.js
new file mode 100644
index 00000000..c3ee77a1
--- /dev/null
+++ b/lib/locales/ur/cell_phone/index.js
@@ -0,0 +1,3 @@
+var cell_phone = {};
+module['exports'] = cell_phone;
+cell_phone.formats = require('./formats');