aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/en/phone_number/formats.js40
-rw-r--r--lib/locales/en_CA/phone_number/formats.js30
2 files changed, 35 insertions, 35 deletions
diff --git a/lib/locales/en/phone_number/formats.js b/lib/locales/en/phone_number/formats.js
index 2eb1f5f9..d3eec219 100644
--- a/lib/locales/en/phone_number/formats.js
+++ b/lib/locales/en/phone_number/formats.js
@@ -1,22 +1,22 @@
module["exports"] = [
- "###-!##-####",
- "(!##) ###-####",
- "1-!##-###-####",
- "!##.###.####",
- "!##-###-####",
- "(!##) ###-####",
- "1-!##-###-####",
- "!##.###.####",
- "!##-###-#### x###",
- "(!##) ###-#### x###",
- "1-!##-###-#### x###",
- "!##.###.#### x###",
- "!##-###-#### x####",
- "(!##) ###-#### x####",
- "1-!##-###-#### x####",
- "!##.###.#### x####",
- "!##-###-#### x#####",
- "(!##) ###-#### x#####",
- "1-!##-###-#### x#####",
- "!##.###.#### x#####"
+ "!##-!##-####",
+ "(!##) !##-####",
+ "1-!##-!##-####",
+ "!##.!##.####",
+ "!##-!##-####",
+ "(!##) !##-####",
+ "1-!##-!##-####",
+ "!##.!##.####",
+ "!##-!##-#### x###",
+ "(!##) !##-#### x###",
+ "1-!##-!##-#### x###",
+ "!##.!##.#### x###",
+ "!##-!##-#### x####",
+ "(!##) !##-#### x####",
+ "1-!##-!##-#### x####",
+ "!##.!##.#### x####",
+ "!##-!##-#### x#####",
+ "(!##) !##-#### x#####",
+ "1-!##-!##-#### x#####",
+ "!##.!##.#### x#####"
];
diff --git a/lib/locales/en_CA/phone_number/formats.js b/lib/locales/en_CA/phone_number/formats.js
index d73d6826..c5b85ebe 100644
--- a/lib/locales/en_CA/phone_number/formats.js
+++ b/lib/locales/en_CA/phone_number/formats.js
@@ -1,18 +1,18 @@
module["exports"] = [
- "!##-###-####",
- "(!##)###-####",
- "!##.###.####",
+ "!##-!##-####",
+ "(!##)!##-####",
+ "!##.!##.####",
"1-!##-###-####",
- "!##-###-#### x###",
- "(!##)###-#### x###",
- "1-!##-###-#### x###",
- "!##.###.#### x###",
- "!##-###-#### x####",
- "(!##)###-#### x####",
- "1-!##-###-#### x####",
- "!##.###.#### x####",
- "!##-###-#### x#####",
- "(!##)###-#### x#####",
- "1-!##-###-#### x#####",
- "!##.###.#### x#####"
+ "!##-!##-#### x###",
+ "(!##)!##-#### x###",
+ "1-!##-!##-#### x###",
+ "!##.!##.#### x###",
+ "!##-!##-#### x####",
+ "(!##)!##-#### x####",
+ "1-!##-!##-#### x####",
+ "!##.!##.#### x####",
+ "!##-!##-#### x#####",
+ "(!##)!##-#### x#####",
+ "1-!##-!##-#### x#####",
+ "!##.!##.#### x#####"
];