Skip to content

Commit

Permalink
Add caravan
Browse files Browse the repository at this point in the history
  • Loading branch information
TheZoker committed Nov 24, 2023
1 parent 6515beb commit 6fa0f6b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions modern/src/common/util/deviceCategories.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default [
'bus',
'car',
'camper',
'caravan',
'crane',
'helicopter',
'motorcycle',
Expand Down
2 changes: 2 additions & 0 deletions modern/src/map/core/preloadImages.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import boatSvg from '../../resources/images/icon/boat.svg';
import busSvg from '../../resources/images/icon/bus.svg';
import carSvg from '../../resources/images/icon/car.svg';
import camperSvg from '../../resources/images/icon/camper.svg';
import caravanSvg from '../../resources/images/icon/caravan.svg';
import craneSvg from '../../resources/images/icon/crane.svg';
import defaultSvg from '../../resources/images/icon/default.svg';
import helicopterSvg from '../../resources/images/icon/helicopter.svg';
Expand All @@ -34,6 +35,7 @@ export const mapIcons = {
bus: busSvg,
car: carSvg,
camper: camperSvg,
caravan: caravanSvg,
crane: craneSvg,
default: defaultSvg,
helicopter: helicopterSvg,
Expand Down
2 changes: 2 additions & 0 deletions modern/src/resources/images/icon/caravan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions modern/src/resources/l10n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@
"categoryBus": "Bus",
"categoryCar": "Car",
"categoryCamper": "Camper",
"categoryCaravan": "Caravan",
"categoryCrane": "Crane",
"categoryHelicopter": "Helicopter",
"categoryMotorcycle": "Motorcycle",
Expand Down

0 comments on commit 6fa0f6b

Please sign in to comment.