Skip to content

Commit

Permalink
🐛[veh/eCW/mh] fix FüKw de_DE
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchty112 committed Apr 10, 2024
1 parent 7576430 commit 55fb896
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/i18n/de_DE/vehicles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ export default {
possibleBuildings: [11],
},
51: {
caption: 'FüKw',
caption: 'FüKw (Polizei)',
color: '#31af31',
credits: 17_500,
coins: 25,
Expand Down
2 changes: 1 addition & 1 deletion src/modules/extendedCallWindow/i18n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"vehicles": [103]
},
{ "texts": ["FwK"], "vehicles": [57] },
{ "texts": ["FüKw"], "vehicles": [51] },
{ "texts": ["FüKw (Polizei)"], "vehicles": [51] },
{
"equipment": ["breathing_protection"],
"texts": ["GW-Atemschutz"],
Expand Down
2 changes: 1 addition & 1 deletion src/modules/missionHelper/i18n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"energy_supply": "NEA50",
"energy_supply_2": "NEA200",
"firetrucks": "Löschfahrzeug | Löschfahrzeuge",
"fukw": "FüKw",
"fukw": "FüKw (Polizei)",
"fwk": "Feuerwehrkran | Feuerwehrkräne",
"gefkw": "GefKw",
"grukw": "GruKw",
Expand Down
2 changes: 1 addition & 1 deletion typings/Mission.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ interface Requirements {
grukw?: number; // de_DE: GruKw
lebefkw?: number; // de_DE: leBefKw
gefkw?: number; // de_DE: GefKw
fukw?: number; // de_DE: FüKw
fukw?: number; // de_DE: FüKw (Polizei)
ambulances?: number; // de_DE: RTW oder KTW oder KTW-B
gw_san?: number; // de_DE: GW-San
police_helicopters?: number; // de_DE: Polizeihubschrauber
Expand Down

0 comments on commit 55fb896

Please sign in to comment.