Skip to content

Commit

Permalink
chore: add car manufacturer
Browse files Browse the repository at this point in the history
  • Loading branch information
TastefulElk committed Sep 6, 2020
1 parent 98f3a3c commit ec9229b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/locales/en/vehicle/manufacturer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
];
6 changes: 6 additions & 0 deletions lib/locales/en/vehicle/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@ module["exports"] = [
"Countach",
"Mercielago",
"Aventador",
"1",
"2",
"Fortwo",
"V90",
"XC90",
"CX-9",
];

0 comments on commit ec9229b

Please sign in to comment.