aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSebastian Pettersson <[email protected]>2020-09-06 14:10:06 +0200
committerSebastian Pettersson <[email protected]>2020-09-06 14:18:20 +0200
commitec9229b072a47678c085f7abb250867ccf2d06c4 (patch)
treef002cf577eb5a0dc54a7376495d00f7d36437327 /lib
parent98f3a3cc4d2706e5b9db0f7329caec266d63648c (diff)
downloadfaker-ec9229b072a47678c085f7abb250867ccf2d06c4.tar.xz
faker-ec9229b072a47678c085f7abb250867ccf2d06c4.zip
chore: add car manufacturer
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/en/vehicle/manufacturer.js6
-rw-r--r--lib/locales/en/vehicle/model.js6
2 files changed, 11 insertions, 1 deletions
diff --git a/lib/locales/en/vehicle/manufacturer.js b/lib/locales/en/vehicle/manufacturer.js
index bac2165b..d56d5389 100644
--- a/lib/locales/en/vehicle/manufacturer.js
+++ b/lib/locales/en/vehicle/manufacturer.js
@@ -19,12 +19,16 @@ module["exports"] = [
"Lamborghini",
"Land Rover",
"Maserati",
+ "Mazda",
"Mercedes Benz",
"Mini",
"Nissan",
+ "Polestar",
"Porsche",
"Rolls Royce",
+ "Smart",
"Tesla",
"Toyota",
- "Volkswagen"
+ "Volkswagen",
+ "Volvo"
];
diff --git a/lib/locales/en/vehicle/model.js b/lib/locales/en/vehicle/model.js
index 55c9349f..947d20d0 100644
--- a/lib/locales/en/vehicle/model.js
+++ b/lib/locales/en/vehicle/model.js
@@ -51,4 +51,10 @@ module["exports"] = [
"Countach",
"Mercielago",
"Aventador",
+ "1",
+ "2",
+ "Fortwo",
+ "V90",
+ "XC90",
+ "CX-9",
];