fix: use singular 'Fahrzeug' when only 1 car available
This commit is contained in:
@@ -15,6 +15,7 @@ export const translations = {
|
||||
statDeposit: "Faire Kaution",
|
||||
statSupport: "Support",
|
||||
statCars: "Fahrzeuge",
|
||||
statCar: "Fahrzeug",
|
||||
|
||||
fleetEyebrow: "Unsere Flotte",
|
||||
fleetTitle: "Handverlesen. Gepflegt. Startklar.",
|
||||
@@ -264,6 +265,7 @@ export const translations = {
|
||||
statDeposit: "Fair Deposit",
|
||||
statSupport: "Support",
|
||||
statCars: "Vehicles",
|
||||
statCar: "Vehicle",
|
||||
|
||||
fleetEyebrow: "Our Fleet",
|
||||
fleetTitle: "Hand-picked. Maintained. Ready.",
|
||||
|
||||
Reference in New Issue
Block a user