aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChristophe Gesché <[email protected]>2020-08-08 22:08:32 +0200
committerMoosh Aka ctg <[email protected]>2020-08-25 12:39:29 +0200
commit35d4e79290f5fefa313f6bd0279a2c53bd410607 (patch)
treed30dde14396f462b94fd93d36a18560ac043bef6 /lib
parent3ca82205ae233ee8b93d59482b17c72004a6753f (diff)
downloadfaker-35d4e79290f5fefa313f6bd0279a2c53bd410607.tar.xz
faker-35d4e79290f5fefa313f6bd0279a2c53bd410607.zip
fix lint error for this locale
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/ne/address/city.js18
-rw-r--r--lib/locales/ne/address/default_country.js (renamed from lib/locales/nep/address/default_country.js)2
-rw-r--r--lib/locales/ne/address/index.js (renamed from lib/locales/nep/address/index.js)0
-rw-r--r--lib/locales/ne/address/postcode.js (renamed from lib/locales/nep/address/postcode.js)2
-rw-r--r--lib/locales/ne/address/state.js55
-rw-r--r--lib/locales/ne/company/index.js (renamed from lib/locales/nep/company/index.js)0
-rw-r--r--lib/locales/ne/company/suffix.js6
-rw-r--r--lib/locales/ne/internet/domain_suffix.js7
-rw-r--r--lib/locales/ne/internet/free_email.js6
-rw-r--r--lib/locales/ne/internet/index.js (renamed from lib/locales/nep/internet/index.js)0
-rw-r--r--lib/locales/ne/name/first_name.js57
-rw-r--r--lib/locales/ne/name/index.js (renamed from lib/locales/nep/name/index.js)0
-rw-r--r--lib/locales/ne/name/last_name.js41
-rw-r--r--lib/locales/ne/phone_number/formats.js5
-rw-r--r--lib/locales/ne/phone_number/index.js (renamed from lib/locales/nep/phone_number/index.js)0
-rw-r--r--lib/locales/nep/address/city.js18
-rw-r--r--lib/locales/nep/address/state.js55
-rw-r--r--lib/locales/nep/company/suffix.js6
-rw-r--r--lib/locales/nep/index.js8
-rw-r--r--lib/locales/nep/internet/domain_suffix.js7
-rw-r--r--lib/locales/nep/internet/free_email.js6
-rw-r--r--lib/locales/nep/name/first_name.js57
-rw-r--r--lib/locales/nep/name/last_name.js41
-rw-r--r--lib/locales/nep/phone_number/formats.js5
24 files changed, 197 insertions, 205 deletions
diff --git a/lib/locales/ne/address/city.js b/lib/locales/ne/address/city.js
new file mode 100644
index 00000000..092e5599
--- /dev/null
+++ b/lib/locales/ne/address/city.js
@@ -0,0 +1,18 @@
+module["exports"] = [
+ "Bhaktapur",
+ "Biratnagar",
+ "Birendranagar",
+ "Birgunj",
+ "Butwal",
+ "Damak",
+ "Dharan",
+ "Gaur",
+ "Gorkha",
+ "Hetauda",
+ "Itahari",
+ "Janakpur",
+ "Kathmandu",
+ "Lahan",
+ "Nepalgunj",
+ "Pokhara"
+];
diff --git a/lib/locales/nep/address/default_country.js b/lib/locales/ne/address/default_country.js
index c0a11180..a417155f 100644
--- a/lib/locales/nep/address/default_country.js
+++ b/lib/locales/ne/address/default_country.js
@@ -1,3 +1,3 @@
module["exports"] = [
- "Nepal"
+ "Nepal"
];
diff --git a/lib/locales/nep/address/index.js b/lib/locales/ne/address/index.js
index ff2e561a..ff2e561a 100644
--- a/lib/locales/nep/address/index.js
+++ b/lib/locales/ne/address/index.js
diff --git a/lib/locales/nep/address/postcode.js b/lib/locales/ne/address/postcode.js
index 81a001ad..c96f6b2c 100644
--- a/lib/locales/nep/address/postcode.js
+++ b/lib/locales/ne/address/postcode.js
@@ -1,3 +1,3 @@
module["exports"] = [
- 0
+ 0
];
diff --git a/lib/locales/ne/address/state.js b/lib/locales/ne/address/state.js
new file mode 100644
index 00000000..6eba284a
--- /dev/null
+++ b/lib/locales/ne/address/state.js
@@ -0,0 +1,55 @@
+module["exports"] = [
+ "Baglung",
+ "Banke",
+ "Bara",
+ "Bardiya",
+ "Bhaktapur",
+ "Bhojupu",
+ "Chitwan",
+ "Dailekh",
+ "Dang",
+ "Dhading",
+ "Dhankuta",
+ "Dhanusa",
+ "Dolakha",
+ "Dolpha",
+ "Gorkha",
+ "Gulmi",
+ "Humla",
+ "Ilam",
+ "Jajarkot",
+ "Jhapa",
+ "Jumla",
+ "Kabhrepalanchok",
+ "Kalikot",
+ "Kapilvastu",
+ "Kaski",
+ "Kathmandu",
+ "Lalitpur",
+ "Lamjung",
+ "Manang",
+ "Mohottari",
+ "Morang",
+ "Mugu",
+ "Mustang",
+ "Myagdi",
+ "Nawalparasi",
+ "Nuwakot",
+ "Palpa",
+ "Parbat",
+ "Parsa",
+ "Ramechhap",
+ "Rauswa",
+ "Rautahat",
+ "Rolpa",
+ "Rupandehi",
+ "Sankhuwasabha",
+ "Sarlahi",
+ "Sindhuli",
+ "Sindhupalchok",
+ "Sunsari",
+ "Surket",
+ "Syangja",
+ "Tanahu",
+ "Terhathum"
+];
diff --git a/lib/locales/nep/company/index.js b/lib/locales/ne/company/index.js
index ddd41f55..ddd41f55 100644
--- a/lib/locales/nep/company/index.js
+++ b/lib/locales/ne/company/index.js
diff --git a/lib/locales/ne/company/suffix.js b/lib/locales/ne/company/suffix.js
new file mode 100644
index 00000000..7524dbc2
--- /dev/null
+++ b/lib/locales/ne/company/suffix.js
@@ -0,0 +1,6 @@
+module["exports"] = [
+ "Pvt Ltd",
+ "Group",
+ "Ltd",
+ "Limited"
+];
diff --git a/lib/locales/ne/internet/domain_suffix.js b/lib/locales/ne/internet/domain_suffix.js
new file mode 100644
index 00000000..73d5f6c1
--- /dev/null
+++ b/lib/locales/ne/internet/domain_suffix.js
@@ -0,0 +1,7 @@
+module["exports"] = [
+ "np",
+ "com",
+ "info",
+ "net",
+ "org"
+];
diff --git a/lib/locales/ne/internet/free_email.js b/lib/locales/ne/internet/free_email.js
new file mode 100644
index 00000000..7943baf6
--- /dev/null
+++ b/lib/locales/ne/internet/free_email.js
@@ -0,0 +1,6 @@
+module["exports"] = [
+ "worldlink.com.np",
+ "gmail.com",
+ "yahoo.com",
+ "hotmail.com"
+];
diff --git a/lib/locales/nep/internet/index.js b/lib/locales/ne/internet/index.js
index 8a337d64..8a337d64 100644
--- a/lib/locales/nep/internet/index.js
+++ b/lib/locales/ne/internet/index.js
diff --git a/lib/locales/ne/name/first_name.js b/lib/locales/ne/name/first_name.js
new file mode 100644
index 00000000..e62855b9
--- /dev/null
+++ b/lib/locales/ne/name/first_name.js
@@ -0,0 +1,57 @@
+module["exports"] = [
+ "Aarav",
+ "Ajita",
+ "Amit",
+ "Amita",
+ "Amrit",
+ "Arijit",
+ "Ashmi",
+ "Asmita",
+ "Bibek",
+ "Bijay",
+ "Bikash",
+ "Bina",
+ "Bishal",
+ "Bishnu",
+ "Buddha",
+ "Deepika",
+ "Dipendra",
+ "Gagan",
+ "Ganesh",
+ "Khem",
+ "Krishna",
+ "Laxmi",
+ "Manisha",
+ "Nabin",
+ "Nikita",
+ "Niraj",
+ "Nischal",
+ "Padam",
+ "Pooja",
+ "Prabin",
+ "Prakash",
+ "Prashant",
+ "Prem",
+ "Purna",
+ "Rajendra",
+ "Rajina",
+ "Raju",
+ "Rakesh",
+ "Ranjan",
+ "Ratna",
+ "Sagar",
+ "Sandeep",
+ "Sanjay",
+ "Santosh",
+ "Sarita",
+ "Shilpa",
+ "Shirisha",
+ "Shristi",
+ "Siddhartha",
+ "Subash",
+ "Sumeet",
+ "Sunita",
+ "Suraj",
+ "Susan",
+ "Sushant"
+];
diff --git a/lib/locales/nep/name/index.js b/lib/locales/ne/name/index.js
index 5b91cc00..5b91cc00 100644
--- a/lib/locales/nep/name/index.js
+++ b/lib/locales/ne/name/index.js
diff --git a/lib/locales/ne/name/last_name.js b/lib/locales/ne/name/last_name.js
new file mode 100644
index 00000000..896952b2
--- /dev/null
+++ b/lib/locales/ne/name/last_name.js
@@ -0,0 +1,41 @@
+module["exports"] = [
+ "Adhikari",
+ "Aryal",
+ "Baral",
+ "Basnet",
+ "Bastola",
+ "Basynat",
+ "Bhandari",
+ "Bhattarai",
+ "Chettri",
+ "Devkota",
+ "Dhakal",
+ "Dongol",
+ "Ghale",
+ "Gurung",
+ "Gyawali",
+ "Hamal",
+ "Jung",
+ "KC",
+ "Kafle",
+ "Karki",
+ "Khadka",
+ "Koirala",
+ "Lama",
+ "Limbu",
+ "Magar",
+ "Maharjan",
+ "Niroula",
+ "Pandey",
+ "Pradhan",
+ "Rana",
+ "Raut",
+ "Sai",
+ "Shai",
+ "Shakya",
+ "Sherpa",
+ "Shrestha",
+ "Subedi",
+ "Tamang",
+ "Thapa"
+];
diff --git a/lib/locales/ne/phone_number/formats.js b/lib/locales/ne/phone_number/formats.js
new file mode 100644
index 00000000..bd0247ab
--- /dev/null
+++ b/lib/locales/ne/phone_number/formats.js
@@ -0,0 +1,5 @@
+module["exports"] = [
+ "##-#######",
+ "+977-#-#######",
+ "+977########"
+];
diff --git a/lib/locales/nep/phone_number/index.js b/lib/locales/ne/phone_number/index.js
index 8d35e011..8d35e011 100644
--- a/lib/locales/nep/phone_number/index.js
+++ b/lib/locales/ne/phone_number/index.js
diff --git a/lib/locales/nep/address/city.js b/lib/locales/nep/address/city.js
deleted file mode 100644
index 7df2e6d9..00000000
--- a/lib/locales/nep/address/city.js
+++ /dev/null
@@ -1,18 +0,0 @@
-module["exports"] = [
- "Bhaktapur",
- "Biratnagar",
- "Birendranagar",
- "Birgunj",
- "Butwal",
- "Damak",
- "Dharan",
- "Gaur",
- "Gorkha",
- "Hetauda",
- "Itahari",
- "Janakpur",
- "Kathmandu",
- "Lahan",
- "Nepalgunj",
- "Pokhara"
-];
diff --git a/lib/locales/nep/address/state.js b/lib/locales/nep/address/state.js
deleted file mode 100644
index 031a382c..00000000
--- a/lib/locales/nep/address/state.js
+++ /dev/null
@@ -1,55 +0,0 @@
-module["exports"] = [
- "Baglung",
- "Banke",
- "Bara",
- "Bardiya",
- "Bhaktapur",
- "Bhojupu",
- "Chitwan",
- "Dailekh",
- "Dang",
- "Dhading",
- "Dhankuta",
- "Dhanusa",
- "Dolakha",
- "Dolpha",
- "Gorkha",
- "Gulmi",
- "Humla",
- "Ilam",
- "Jajarkot",
- "Jhapa",
- "Jumla",
- "Kabhrepalanchok",
- "Kalikot",
- "Kapilvastu",
- "Kaski",
- "Kathmandu",
- "Lalitpur",
- "Lamjung",
- "Manang",
- "Mohottari",
- "Morang",
- "Mugu",
- "Mustang",
- "Myagdi",
- "Nawalparasi",
- "Nuwakot",
- "Palpa",
- "Parbat",
- "Parsa",
- "Ramechhap",
- "Rauswa",
- "Rautahat",
- "Rolpa",
- "Rupandehi",
- "Sankhuwasabha",
- "Sarlahi",
- "Sindhuli",
- "Sindhupalchok",
- "Sunsari",
- "Surket",
- "Syangja",
- "Tanahu",
- "Terhathum"
-];
diff --git a/lib/locales/nep/company/suffix.js b/lib/locales/nep/company/suffix.js
deleted file mode 100644
index 2e0f2525..00000000
--- a/lib/locales/nep/company/suffix.js
+++ /dev/null
@@ -1,6 +0,0 @@
-module["exports"] = [
- "Pvt Ltd",
- "Group",
- "Ltd",
- "Limited"
-];
diff --git a/lib/locales/nep/index.js b/lib/locales/nep/index.js
deleted file mode 100644
index a087476f..00000000
--- a/lib/locales/nep/index.js
+++ /dev/null
@@ -1,8 +0,0 @@
-var nep = {};
-module['exports'] = nep;
-nep.title = "Nepalese";
-nep.name = require("./name");
-nep.address = require("./address");
-nep.internet = require("./internet");
-nep.company = require("./company");
-nep.phone_number = require("./phone_number");
diff --git a/lib/locales/nep/internet/domain_suffix.js b/lib/locales/nep/internet/domain_suffix.js
deleted file mode 100644
index 0d4c0251..00000000
--- a/lib/locales/nep/internet/domain_suffix.js
+++ /dev/null
@@ -1,7 +0,0 @@
-module["exports"] = [
- "np",
- "com",
- "info",
- "net",
- "org"
-];
diff --git a/lib/locales/nep/internet/free_email.js b/lib/locales/nep/internet/free_email.js
deleted file mode 100644
index 168d5448..00000000
--- a/lib/locales/nep/internet/free_email.js
+++ /dev/null
@@ -1,6 +0,0 @@
-module["exports"] = [
- "worldlink.com.np",
- "gmail.com",
- "yahoo.com",
- "hotmail.com"
-];
diff --git a/lib/locales/nep/name/first_name.js b/lib/locales/nep/name/first_name.js
deleted file mode 100644
index 5a0c42b4..00000000
--- a/lib/locales/nep/name/first_name.js
+++ /dev/null
@@ -1,57 +0,0 @@
-module["exports"] = [
- "Aarav",
- "Ajita",
- "Amit",
- "Amita",
- "Amrit",
- "Arijit",
- "Ashmi",
- "Asmita",
- "Bibek",
- "Bijay",
- "Bikash",
- "Bina",
- "Bishal",
- "Bishnu",
- "Buddha",
- "Deepika",
- "Dipendra",
- "Gagan",
- "Ganesh",
- "Khem",
- "Krishna",
- "Laxmi",
- "Manisha",
- "Nabin",
- "Nikita",
- "Niraj",
- "Nischal",
- "Padam",
- "Pooja",
- "Prabin",
- "Prakash",
- "Prashant",
- "Prem",
- "Purna",
- "Rajendra",
- "Rajina",
- "Raju",
- "Rakesh",
- "Ranjan",
- "Ratna",
- "Sagar",
- "Sandeep",
- "Sanjay",
- "Santosh",
- "Sarita",
- "Shilpa",
- "Shirisha",
- "Shristi",
- "Siddhartha",
- "Subash",
- "Sumeet",
- "Sunita",
- "Suraj",
- "Susan",
- "Sushant"
-];
diff --git a/lib/locales/nep/name/last_name.js b/lib/locales/nep/name/last_name.js
deleted file mode 100644
index 822183b4..00000000
--- a/lib/locales/nep/name/last_name.js
+++ /dev/null
@@ -1,41 +0,0 @@
-module["exports"] = [
- "Adhikari",
- "Aryal",
- "Baral",
- "Basnet",
- "Bastola",
- "Basynat",
- "Bhandari",
- "Bhattarai",
- "Chettri",
- "Devkota",
- "Dhakal",
- "Dongol",
- "Ghale",
- "Gurung",
- "Gyawali",
- "Hamal",
- "Jung",
- "KC",
- "Kafle",
- "Karki",
- "Khadka",
- "Koirala",
- "Lama",
- "Limbu",
- "Magar",
- "Maharjan",
- "Niroula",
- "Pandey",
- "Pradhan",
- "Rana",
- "Raut",
- "Sai",
- "Shai",
- "Shakya",
- "Sherpa",
- "Shrestha",
- "Subedi",
- "Tamang",
- "Thapa"
-];
diff --git a/lib/locales/nep/phone_number/formats.js b/lib/locales/nep/phone_number/formats.js
deleted file mode 100644
index d009c8ac..00000000
--- a/lib/locales/nep/phone_number/formats.js
+++ /dev/null
@@ -1,5 +0,0 @@
-module["exports"] = [
- "##-#######",
- "+977-#-#######",
- "+977########"
-];