diff options
| author | Sebastian Pettersson <[email protected]> | 2020-09-06 14:05:22 +0200 |
|---|---|---|
| committer | Sebastian Pettersson <[email protected]> | 2020-09-06 14:05:22 +0200 |
| commit | 98f3a3cc4d2706e5b9db0f7329caec266d63648c (patch) | |
| tree | 6786c5eccc7c86ebe4b2b98b72867e571aecb1a8 /lib | |
| parent | 81f1adf754a815b3f6fa10ec8c577572206f3c71 (diff) | |
| download | faker-98f3a3cc4d2706e5b9db0f7329caec266d63648c.tar.xz faker-98f3a3cc4d2706e5b9db0f7329caec266d63648c.zip | |
chore: sort car manufacturers alphabetically
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/en/vehicle/manufacturer.js | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/lib/locales/en/vehicle/manufacturer.js b/lib/locales/en/vehicle/manufacturer.js index be51b7fc..bac2165b 100644 --- a/lib/locales/en/vehicle/manufacturer.js +++ b/lib/locales/en/vehicle/manufacturer.js @@ -1,30 +1,30 @@ module["exports"] = [ - "Chevrolet", + "Aston Martin", + "Audi", + "Bentley", + "BMW", + "Bugatti", "Cadillac", - "Ford", + "Chevrolet", "Chrysler", "Dodge", - "Jeep", - "Tesla", - "Toyota", + "Ferrari", + "Fiat", + "Ford", "Honda", - "Nissan", - "Audi", - "Mercedes Benz", - "BMW", - "Volkswagen", - "Porsche", + "Hyundai", "Jaguar", - "Aston Martin", + "Jeep", + "Kia", + "Lamborghini", "Land Rover", - "Bentley", + "Maserati", + "Mercedes Benz", "Mini", + "Nissan", + "Porsche", "Rolls Royce", - "Fiat", - "Lamborghini", - "Maserati", - "Ferrari", - "Bugatti", - "Kia", - "Hyundai" + "Tesla", + "Toyota", + "Volkswagen" ]; |
