diff options
Diffstat (limited to 'lib')
| -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'); |
