From c55738d0d0f0f8fea669c40c22ed64f07fc1d226 Mon Sep 17 00:00:00 2001 From: Umair Jibran Date: Sun, 3 Oct 2021 18:04:40 +0500 Subject: add cell phone --- lib/locales/ur/cell_phone/formats.js | 1 + lib/locales/ur/cell_phone/index.js | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 lib/locales/ur/cell_phone/formats.js create mode 100644 lib/locales/ur/cell_phone/index.js 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'); -- cgit v1.2.3