diff options
| author | Umair Jibran <[email protected]> | 2021-10-03 18:04:40 +0500 |
|---|---|---|
| committer | Umair Jibran <[email protected]> | 2021-10-03 18:04:40 +0500 |
| commit | c55738d0d0f0f8fea669c40c22ed64f07fc1d226 (patch) | |
| tree | 2827737925bdd550de273586d6ef42132d6b2845 | |
| parent | 52fda19f2bdb0f124c531172ab4320377afbd883 (diff) | |
| download | faker-c55738d0d0f0f8fea669c40c22ed64f07fc1d226.tar.xz faker-c55738d0d0f0f8fea669c40c22ed64f07fc1d226.zip | |
add cell phone
| -rw-r--r-- | lib/locales/ur/cell_phone/formats.js | 1 | ||||
| -rw-r--r-- | lib/locales/ur/cell_phone/index.js | 3 |
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'); |
