Skip to content

Commit

Permalink
✨[core] 👮🚔🚨🔊DE-CP
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchty112 committed Jan 22, 2025
1 parent 146e3f6 commit 8226a29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion lss-manager-v3/helperfunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ if (I18n.locale == 'en_US') {
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]
112: ['Police Water Rescue Double Boat Trailer', 2],
113: ['Rotator Truck', 0]
};
} else if (I18n.locale == 'en_GB') {
lssm.carsById = {
Expand Down Expand Up @@ -1081,6 +1082,7 @@ if (I18n.locale == 'en_US') {
162: ['RW-Schiene', 0],
163: ['HLF Schiene', 0],
164: ['AB-Schiene', 0],
165: ['LauKw', 2],
};
}
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 @@ -215,6 +215,7 @@
"oneof_police_patrol_or_motorcycle": "Streifenwagen oder Polizeimotorrad",
"oneof_police_patrol_or_civil_patrol": "Streifenwagen oder Zivilstreifenwagen",
"oneof_police_patrol_or_civil_patrol_or_motorcycle": "Streifenwagen oder Zivilstreifenwagen oder Polizeimotorrad",
"oneof_fire_engine_or_rescue_or_oil_equipment": "Löschfahrzeug, Rüstwagen oder Gerätwagen Öl"
"oneof_fire_engine_or_rescue_or_oil_equipment": "Löschfahrzeug, Rüstwagen oder Gerätwagen Öl",
"police_speaker": "LauKw"
}
}

0 comments on commit 8226a29

Please sign in to comment.