Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ [core] de_DE THW Update #1147

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion lss-manager-v3/helperfunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ if (I18n.locale == 'en_US') {
90: ['HLF 10', 0],
91: ['Rettungshundefahrzeug', 1],
92: ['Anh Hund', 3],
93: ['MTW-OV', 3],
93: ['MTW-O', 3],
94: ['DHuFüKw', 2],
95: ['Polizeimotorrad', 2],
96: ['Außenlastbehälter (allgemein)', 2],
Expand Down Expand Up @@ -950,6 +950,9 @@ if (I18n.locale == 'en_US') {
119: ['AB-Lösch', 0],
120: ['Tankwagen', 0],
121: ['GTLF', 0],
122: ['LKW 7 Lbw (FGr E)', 3],
123: ['LKW 7 Lbw (FGr WP)', 3],
124: ['MTW-OV', 3],
};
}
lssm.getVehicleNameById = function (vehicleId) {
Expand Down