Skip to content

Commit

Permalink
✨[Core]🚆🔥 Railway rescue DE🔥🚆
Browse files Browse the repository at this point in the history
✨[Core]🚔Police Swift Water Rescue🚤 Beginnings
  • Loading branch information
Suchty112 committed Dec 12, 2024
1 parent 16ecb17 commit 5ff4a48
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion lss-manager-v3/helperfunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ if (I18n.locale == 'en_US') {
106: ['Flatbed Carrier', 0],
107: ['Fire Wrecker', 0],
108: ['Police Wrecker', 2],
109: ['CCTU', 1]
109: ['CCTU', 1],
110: ['Tactical Rescue Truck with Boat', 2],
111: ['Police Water Rescue Boat Trailer', 2],
112: ['Police Water Rescue Double Boat Trailer', 2]
};
} else if (I18n.locale == 'en_GB') {
lssm.carsById = {
Expand Down Expand Up @@ -1075,6 +1078,9 @@ if (I18n.locale == 'en_US') {
159: ['Seenotrettungskreuzer', 4],
160: ['Seenotrettungsboot', 4],
161: ['Hubschrauber (Seenotrettung)', 4],
162: ['RW-Schiene', 0],
163: ['HLF Schiene', 0],
164: ['AB-Schiene', 0],
};
}
lssm.getVehicleNameById = function (vehicleId) {
Expand Down
3 changes: 2 additions & 1 deletion modules/lss-missionHelper/i18n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
"police_motorcycle": "Polizeimotorräder",
"coastal_boat_large": "Seenotrettungskreuzer",
"coastal_helicopter": "Hubschrauber (Seenotrettung)",
"oneof_coastal_rescue_boat_or_boat_large": "Seenotrettungsboote oder Seenotrettungskreuzer"
"oneof_coastal_rescue_boat_or_boat_large": "Seenotrettungsboote oder Seenotrettungskreuzer",
"railway_fire": "Bahnrettungsfahrzeug"
}
}

0 comments on commit 5ff4a48

Please sign in to comment.