aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/locales/fa/cell_phone/formats.js19
-rw-r--r--lib/locales/fa/cell_phone/index.js3
-rw-r--r--lib/locales/fa/phone_number/formats.js32
-rw-r--r--lib/locales/fa/phone_number/index.js3
4 files changed, 57 insertions, 0 deletions
diff --git a/lib/locales/fa/cell_phone/formats.js b/lib/locales/fa/cell_phone/formats.js
new file mode 100644
index 00000000..58381f12
--- /dev/null
+++ b/lib/locales/fa/cell_phone/formats.js
@@ -0,0 +1,19 @@
+module["exports"] = [
+ "0912 ### ####",
+ "0911 ### ####",
+ "0919 ### ####",
+ "0917 ### ####",
+ "0920 ### ####",
+ "0921 ### ####",
+ "0936 ### ####",
+ "0937 ### ####",
+ "0938 ### ####",
+ "0939 ### ####",
+ "0935 ### ####",
+ "0933 ### ####",
+ "0901 ### ####",
+ "0902 ### ####",
+ "0903 ### ####",
+ "0904 ### ####",
+ "0905 ### ####"
+];
diff --git a/lib/locales/fa/cell_phone/index.js b/lib/locales/fa/cell_phone/index.js
new file mode 100644
index 00000000..8de997ba
--- /dev/null
+++ b/lib/locales/fa/cell_phone/index.js
@@ -0,0 +1,3 @@
+var cell_phone = {};
+module['exports'] = cell_phone;
+cell_phone.formats = require("./formats");
diff --git a/lib/locales/fa/phone_number/formats.js b/lib/locales/fa/phone_number/formats.js
new file mode 100644
index 00000000..b52d46c9
--- /dev/null
+++ b/lib/locales/fa/phone_number/formats.js
@@ -0,0 +1,32 @@
+module["exports"] = [
+ "+98 21 ### #####"
+ "021 ### #####",
+ "031 ### #####",
+ "041 ### #####",
+ "045 ### #####",
+ "061 ### #####",
+ "051 ### #####",
+ "058 ### #####",
+ "028 ### #####",
+ "026 ### #####",
+ "044 ### #####",
+ "024 ### #####",
+ "023 ### #####",
+ "076 ### #####",
+];
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/lib/locales/fa/phone_number/index.js b/lib/locales/fa/phone_number/index.js
new file mode 100644
index 00000000..8d35e011
--- /dev/null
+++ b/lib/locales/fa/phone_number/index.js
@@ -0,0 +1,3 @@
+var phone_number = {};
+module['exports'] = phone_number;
+phone_number.formats = require("./formats");